pub fn repeat(input: f32) -> f32
Infinitely wrap the input between 0.0 and 1.0.
Only handles input >= 0.0.
input