Trait GeneralFormat

pub(in ::fmt::float) trait GeneralFormat: PartialOrd

Required Methods

fn already_rounded_value_should_use_exponential(&self) -> bool

Determines 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