Function nannou::prelude::fmod[][src]

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

Models the C++ fmod function.