Trait accurate::traits::RawExponent [] [src]

pub trait RawExponent {
    fn raw_exponent(self) -> usize;
}

Extract the raw exponent of a floating-point number

Required Methods

The raw bits of the exponent

Implementors