pub fn rem_euclid(x: f32, y: f32) -> f32
Calculates the least nonnegative remainder of x (mod y).
x (mod y)
The result of this operation is guaranteed to be the rounded infinite-precision result.