SQRT function
Synopsis
This function
returns the square root of the specified number.
Variations
SQRT(
Number)
Returns the square root of the
specified number.
 
Details |
Examples |
Details and examples
Parameters
Number
Specifies the number from which to take the square root.
 
Supported types: Numeric.
 
 
Returns
 
Examples
| 1. | The following example returns 2. 
SQRT(4)
 | 
| 2. | The following example returns 4. 
SQRT(16)
 |