Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <inttypes.h> intmax_t imaxabs(intmax_t j); | |
Description |
| |
Return val. |
| for an integer j, if successful. |
undefined | in case of overflow. | |
Errors |
| |
| The absolute value of the highest presentable negative number of type If a negative number with the highest magnitude is specified as the argument j, the program will terminate with an error. | |
See also |
|