Function float_extras::f64::modf [] [src]

pub fn modf(x: f64) -> (f64, f64)

These functions break the argument x into an integral part and a fractional part, each of which has the same sign as x.