Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <stdlib.h> int abs(int i); |
Description | abs() computes the absolute value of an integer i. |
Return val. Notes | Absolute value of i if successful. The absolute value of the negative integer with the largest magnitude is not representable. |
See also |
|