Function rem_euclid

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

Calculates the least nonnegative remainder of self (mod rhs).

Precision is specified when the libm feature is enabled.