#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 (void) const |
| T | mantissa (void) const |
Public Attributes | |
| const float_format | m_ff |
| T | m_val |
Definition at line 511 of file pr-output.h.
|
inline |
Definition at line 524 of file pr-output.h.
|
inline |
Definition at line 527 of file pr-output.h.
| int pr_engineering_float< T >::exponent | ( | void | ) | const |
Definition at line 173 of file pr-output.cc.
References engineering_exponent().
| T pr_engineering_float< T >::mantissa | ( | void | ) | const |
Definition at line 180 of file pr-output.cc.
References pow().
| const float_format pr_engineering_float< T >::m_ff |
Definition at line 516 of file pr-output.h.
| T pr_engineering_float< T >::m_val |
Definition at line 518 of file pr-output.h.