SquareRoot (Reserved Word)

image\trumpet2.gif Disclaimer

Returns the square root of the specified Num.

SquareRoot(Num)

Where Num is a numeric expression to be used in the calculation.

Remarks

The square root is the number that must be raised to the 2nd power in order to produce a given number, Num.

Num must be a positive number or zero.

Examples

SquareRoot(6.23) returns a value of 2.4960.

SquareRoot(121) returns a value of 11.