Returns the square root of an expression that represents a numerical value. The square root function is defined only for non-negative values of the argument x.
Format
SQRT(x)
Argument
x | Any valid expression that evaluates to a real number. |
Example
The following example illustrates the use of the SQRT function:
Function | SQRT(5*45) |
Result | 15 |