Go to the source code of this file.
Functions | |
OCTAVE_EXPORT octave_value_list | Foutput_precision (const octave_value_list &args, int nargout) |
int | output_precision (void) |
void | set_output_prec (int prec) |
Variables | |
static int | Voutput_precision = 5 |
OCTAVE_EXPORT octave_value_list Foutput_precision | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 72 of file pr-flt-fmt.cc.
References set_internal_variable(), and Voutput_precision.
int output_precision | ( | void | ) |
Definition at line 40 of file pr-flt-fmt.cc.
References Voutput_precision.
Referenced by make_complex_format(), make_complex_matrix_format(), make_range_format(), make_real_format(), make_real_matrix_format(), and set_format_style().
void set_output_prec | ( | int | prec | ) |
Definition at line 46 of file pr-flt-fmt.cc.
References Voutput_precision.
Referenced by set_format_style().
|
static |
Definition at line 37 of file pr-flt-fmt.cc.
Referenced by Foutput_precision(), output_precision(), and set_output_prec().