Returns the square root of the specified number.
If expression is a negative number, SquareRoot returns square root of its absolute value.
Short form: "Sqr"
| Syntax: | 
|---|
| value = SquareRoot( expression ) | 
| Parameter: | Description: | 
|---|---|
| expression | Any numeric value or expression. | 
| Example: | 
|---|
| value = SquareRoot( 4 )   ' Returns 2 Value = Sqr( 9 ) ' Returns 3 | 
| Returns: | 
| Square root of the specified number. | 
| Links: | 
|---|
| 
 | 
| See Also: | 
| Edit Time: 9/18/2020 12:30:14 PM | Topic ID#: 15 |