Public Member Functions | |
pr_engineering_float (const float_format &f_arg, double val_arg) | |
int | exponent (void) const |
double | mantissa (void) const |
Public Attributes | |
const float_format & | f |
double | val |
Definition at line 259 of file pr-output.cc.
pr_engineering_float::pr_engineering_float | ( | const float_format & | f_arg, | |
double | val_arg | |||
) | [inline] |
Definition at line 278 of file pr-output.cc.
int pr_engineering_float::exponent | ( | void | ) | const [inline] |
Definition at line 268 of file pr-output.cc.
References engineering_exponent().
Referenced by operator<<().
double pr_engineering_float::mantissa | ( | void | ) | const [inline] |
Definition at line 264 of file pr-output.cc.
Referenced by operator<<().
Definition at line 266 of file pr-output.cc.