pub fn rem_euclid(x: f32, y: f32) -> f32
Calculates the least nonnegative remainder of self (mod rhs).
self (mod rhs)
Precision is specified when the libm feature is enabled.
libm