#include "pr-output.h"
Public Member Functions | |
| pr_engineering_float (const float_display_format &fdf, T val) | |
| pr_engineering_float (const float_format &ff, T val) | |
| int | exponent () const |
| T | mantissa () const |
Public Attributes | |
| const float_format | m_ff |
| T | m_val |
Definition at line 511 of file pr-output.h.
|
inline |
Definition at line 523 of file pr-output.h.
|
inline |
Definition at line 526 of file pr-output.h.
| int pr_engineering_float< T >::exponent | ( | ) | const |
Definition at line 173 of file pr-output.cc.
| T pr_engineering_float< T >::mantissa | ( | ) | const |
Definition at line 180 of file pr-output.cc.
| const float_format pr_engineering_float< T >::m_ff |
Definition at line 515 of file pr-output.h.
| T pr_engineering_float< T >::m_val |
Definition at line 517 of file pr-output.h.