Function fmod

Source
pub fn fmod<F: Float>(numer: F, denom: F) -> F
Expand description

Models the CPP fmod function.