Function utils::math::fmod [] [src]

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

Models the CPP fmod function.