Function nannou::math::fmod [] [src]

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

Models the C++ fmod function.