The Sqrt function returns the square root of a number.
Syntax
|
The Sqrt function returns the square root of a number. |
|
Sqrt(number) |
|
Arguments: |
|
|
number |
Numeric - A number. May not be negative. |
Remarks
- Example: Sqrt(4) returns 2.
Comments
0 comments
Article is closed for comments.