Function nannou::prelude::fmod

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

Models the C++ fmod function.