Pow

From NWN Lexicon



Contents

[edit] pow(float, float)

Calculates a number raised to a power.

float pow(
    float fValue,
    float fExponent
);

[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: 

sqrt



 author: Charles Feduke, editor: Tom Cassiotis
 

Personal tools
Categories