Trait core::fmt::float::GeneralFormat

source ·
trait GeneralFormat: PartialOrd {
    // Required method
    fn already_rounded_value_should_use_exponential(&self) -> bool;
}

Required Methods§

source

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§