sqrt(f )
Returns the square root of f
Returns the square root of f. If f is negative, a runtime error is raised.
Parameters
f:
floating point value
Return Value
the square root of f.
Example command: sqrt(9)
- Example Parameters:
- f = 9
- Returns 3
- f = 9