sqrt
sqrt(x)
Compute the square root value. If x = y * y, then y is the square root of x.
Try it yourself:
$1 | sqrt(25)
| |
$2 | 5 * 5
| |
$3 | sqrt(-1)
|
Compute the square root value. If x = y * y, then y is the square root of x.
Try it yourself:
$1 | sqrt(25)
| |
$2 | 5 * 5
| |
$3 | sqrt(-1)
|