sqrt()
This function calculates the square root of a. A non-numerical value is interpreted as 0.0 . See examples below.
Parameters
Parameter |
Description |
a |
Numerical value. |
Examples
Parameter a |
Result |
4 |
2 |
2.25 |
1.5 |
abc |
0.0 |