Open main menu

SquareRoot

Revision as of 06:28, 9 February 2012 by JoshM (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns the square root of the value of the specified numerical expression.

Usage

SquareRoot(Value);

Where:

Value - a numerical expression.

Example

SquareRoot(57.73);

Will return a value of 7.598.