[edit] sqrt(float)
[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
author: Charles Feduke