sqrt()

Synopsis

Returns the positive square root of n. Negative and imaginary numbers are not allowed as inputs.

Syntax

sqrt ( n As Number ) As Number
Argument Type Description
n number The input number . Must be greater than or equal to zero.

Example 1

Intent >sqrt(4) 
--> 2.0

Example 2

Intent >sqrt(sqrt(4)) 
--> 1.4142135623731