$sqrt
The$sqrt operator returns the square root of a number.
Input
- A single numeric value (must be non-negative)
Output
- The square root of the input value
Examples
Perfect Square
4
Non-integer Result
1.4142135623730951
$sqrt operator returns the square root of a number.
4
1.4142135623730951