Skip to main content
Version: 5.x

Nodes > Math > Exponential

Exp

Returns the natural exponentiation of the input value.

Exp2

Returns 2 raised to the power of the input value.

Inverse Sqrt

Returns 1 divided by the square root 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.

Sqrt

Returns the square root of the input value.

Was this page helpful?
Yes
No