Function puruspe::frexp

source ·
pub fn frexp(x: f64) -> (f64, i32)
Expand description

Pure Rust implementation of frexp