Skip to main content

remainder

Function remainder 

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

Remainder. Transpiles to: remainderf(x, y)