#include "octave-config.h"
#include <iomanip>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | float_display_format |
class | float_format |
Functions | |
OCTINTERP_API int | output_precision (void) |
OCTINTERP_API void | set_output_prec (int prec) |
OCTINTERP_API 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().
OCTINTERP_API void set_output_prec | ( | int | prec | ) |
Definition at line 46 of file pr-flt-fmt.cc.
References Voutput_precision.
Referenced by set_format_style().