Get Square Root Method
The Get Square Root method returns the square root of a number. For information on how this method handles the data type, see How Some Math Methods Handle the Data Type.
Format
Sqr(number)
The following table describes the arguments that you can use with this method.
Argument | Description |
---|---|
number |
An expression that contains the number whose square root is to be found. |
Example
For an example that calculates the square root of 2 as a double-precision floating-point value and displays it in scientific notation, see Set String Format Method.