Sqrt
- Last UpdatedJul 18, 2023
- 1 minute read
Gets the square root of a number.
Syntax
Sqrt(Number)
Number:
Any positive number.
Return Value
The square root of Number.
Related Functions
Example
Variable=Sqrt(4);
! Sets Variable to 2.
Gets the square root of a number.
Sqrt(Number)
Number:
Any positive number.
The square root of Number.
Variable=Sqrt(4);
! Sets Variable to 2.