Function float_extras::f64::frexp [] [src]

pub fn frexp(x: f64) -> (f64, isize)

frexp is used to split the number x into a normalized fraction and an exponent which is stored in exp.