Sqrt

From NWN Lexicon



Contents

[edit] sqrt(float)

float sqrt(
    float fValue
);

[edit] Parameters

fValue

Float to get the square root of.


[edit] Description

Returns the square root of fValue.
Returns zero if fValue is less than 0 (does not support imaginary numbers).



[edit] Version

1.22

[edit] See Also

functions: 

pow



 author: Charles Feduke
 

Personal tools
Categories