sqrt()
The square root of a value.
Synopsis
sqrt(x)
Description
Returns the square root of the argument.
Parameters
x
A numeric expression.
Returns
Returns the square root of the argument.
Errors
A run-time error occurs if the argument evaluates to a negative value.