lerp
Calculates a number between two numbers at a specific increment
Calculates a number between two numbers at a specific increment
Re-maps a number from one range to another
Return the maximum of two numbers or a list
Return the minimum of two numbers or a list
Returns the remainder of x divided by y. Returns an error if y is 0.
Maps a number from one range to a value between 0 and 1
Returns x**y, the base-x exponential of y.
Round to the nearest integer or to N decimals
Return the sign of a number (-1 , 0, 1)
Calculate the square root