Brings value to the range [a, b] by adding or subtracting the range size |a - b|.
Minimum range value.
Maximum range value.
cycle(0, 10)(12);// ⮕ 2cycle(100, 33)(-333);// ⮕ 69 Copy
cycle(0, 10)(12);// ⮕ 2cycle(100, 33)(-333);// ⮕ 69
Brings value to the range [a, b] by adding or subtracting the range size |a - b|.