Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <math.h> C11 |
Description | These functions compute the positive difference between the floating-point numbers x and y. |
Return val. | x - y if x > y, f successful 0 if x <= y, f successful
depending on the function type, if an overflow occurs. |
Errors |
|
See also |
|