SQRT

Returns the square root of an expression that represents a numerical value. The square root function is defined only for non-negative values of x.

Format

SQRT(x)

Argument

 
x
Any valid expression that evaluates to a real number.

Example

The following function returns the square root of the expression TIME:
 
Function
SQRT(TIME*TIME)
Result
TIME