pub fn modf<T: Float, V: FloatOps<T>>(v: V) -> (V, V)
returns the value v broken down into a tuple (fractional, integer) parts
v