Trait GeneralFormat
pub(in ::fmt::float) trait GeneralFormat: PartialOrd
Required Methods
fn already_rounded_value_should_use_exponential(&self) -> boolDetermines if a value should use exponential based on its magnitude, given the precondition that it will not be rounded any further before it is displayed.
Implementors
impl GeneralFormat for f16impl GeneralFormat for f32impl GeneralFormat for f64