fmod

Function fmod 

Source
pub fn fmod(x: f32, y: f32) -> f32
Expand description

Floating-point modulo. Transpiles to: fmodf(x, y)