SQR

Syntax:

SQR(number)

Returns the positive square root of number.

number must be ≥ 0.

Example:

SQR(9)

returns the number 3.