Nodes > Math > Exponential
Exp
Returns the natural exponentiation of the input value.
Exp2
Returns 2 raised to the power of the input value.
Log
Returns the natural logarithm of the input value.
Log10
Returns the base 10 logarithm of the input value.
Log2
Returns the base 2 logarithm of the input value.
Pow
Raises a value to an exponential power.
Reciprocal Sqrt
Returns 1 divided by the square root of the input value.
Sqrt
Returns the square root of the input value.
Was this page helpful?