| sqrt | Function (ROM Call 0x104*) |
| math.h, timath.h |
| float sqrt (float x); |
Floating point square root.
sqrt returns the positive square root of floating point argument x.
Note: If the argument is negative, there will be no error, but the result
will be invalid.