Function that calculates the square root of the specified value.
Syntax |
real sqrt (real arg) |
---|---|
arg |
Value on which to perform the root operation |
Result |
Returns the square root of arg |
Validity |
Rule, Task |
Note |
Example usage:
|