Function repeat

Source
pub fn repeat(input: f32) -> f32
Expand description

Infinitely wrap the input between 0.0 and 1.0.

Only handles input >= 0.0.