Returns the positive square root of n. Negative and imaginary numbers are not allowed as inputs.
sqrt ( n As Number ) As Number
Argument | Type | Description |
---|---|---|
n | number | The input number . Must be greater than or equal to zero. |
Intent >sqrt(4) --> 2.0
Intent >sqrt(sqrt(4)) --> 1.4142135623731