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