pub fn split_float(f: f32) -> (f32, f32)
Expand description

utility to split a floating point number into integral and fractional parts