Function | Description | |
---|---|---|
clamp | Forces a numeric value into a specified range. | |
roundDownToNearest | Rounds a Number down to the nearest multiple of an input. | |
roundToNearest | Rounds a Number to the nearest multiple of an input. | |
roundToPrecision | Rounds a number to a certain level of precision. | |
roundUpToNearest | Rounds a Number up to the nearest multiple of an input. |