Function libm::frexpf

source ·
pub fn frexpf(x: f32) -> (f32, i32)
Expand description

Decomposes given floating point value x into a normalized fraction and an integral power of two.