GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
pr-flt-fmt.cc File Reference
#include "defun.h"
#include "error.h"
#include "pr-flt-fmt.h"
#include "variables.h"

Go to the source code of this file.

Functions

octave_value_list Foutput_precision (const octave_value_list &args, int nargout)
 
int output_precision ()
 
void set_output_prec (int prec)
 

Function Documentation

◆ Foutput_precision()

octave_value_list Foutput_precision ( const octave_value_list args,
int  nargout 
)

Definition at line 72 of file pr-flt-fmt.cc.

References octave::set_internal_variable().

◆ output_precision()

int output_precision ( )

Definition at line 40 of file pr-flt-fmt.cc.

◆ set_output_prec()

void set_output_prec ( int  prec)

Definition at line 46 of file pr-flt-fmt.cc.