Skip to main content
Version: 5.x

Nodes > Math > Exponential > Pow

Pow

Raises a value to an exponential power. Equivalent to AExponent. Note that the result is undefined when A < 0, or when A == 0 and Exponent <= 0.

Inputs

NameTypeDescription
AfloatValue to raise to the power of Exponent
ExponentfloatPower to raise A by

Outputs

NameTypeDescription
pow( A, Exponent )floatA ^ Exponent
Was this page helpful?
Yes
No