PLAYGROUND (experimental)

Tag: math

lerp

Calculates a number between two numbers at a specific increment


map

Re-maps a number from one range to another


max

Return the maximum of two numbers or a list


min

Return the minimum of two numbers or a list


modulo

Returns the remainder of x divided by y. Returns an error if y is 0.



pow

Returns x**y, the base-x exponential of y.


round

Round to the nearest integer or to N decimals


sign

Return the sign of a number (-1 , 0, 1)