Pow
From NWN Lexicon
Contents |
[edit] pow(float, float)
Calculates a number raised to a power.
[edit] Parameters
fValue
The value to raise.
fExponent
The exponent to raise the value by.
[edit] Description
Returns the result of fValue raised by fExponent and 0 if fValue is 0 and fExponent is less than 0.
[edit] Version
1.22
[edit] See Also
functions: |
author: Charles Feduke, editor: Tom Cassiotis