From FenixWiki
(Difference between revisions)
Revision as of 23:33, 8 July 2007
Definition
FLOAT sqrt ( <FLOAT value> )
Returns the square root of a certain value.
Parameters
FLOAT value | - The value of which the square root will be returned.
|
Returns
FLOAT : The square root of value.