Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <math.h> C11 | |
Description | These functions compute the square root of a non-negative floating-point number x. | |
Return val. |
| if x > = 0. |
| 0 | if x is negative. |
Errors |
| |
| The value of x is negative. | |
See also |
|