ERANGE macro — Code for range error
int ERANGE
Standard library functions that report range errors set
errno
to ERANGE
. A range error occurs when the
result of a function is out of range, such as when there is overflow
from the pow
function.
The ERANGE
macro expands to
a nonzero integer constant. The value of ERANGE
is implementation-defined.