Function maths_rs::modf

source ·
pub fn modf<T: Float, V: FloatOps<T>>(v: V) -> (V, V)
Expand description

returns the value v broken down into a tuple (fractional, integer) parts