Function maths_rs::fmod

source ·
pub fn fmod<T: Float, V: FloatOps<T>>(a: V, b: V) -> V
Expand description

returns the floating point remainder of a / b