This documentation is copyright © 1998-2001 Sandro Sigala <sandro@sigala.it>. All rights reserved. Released under the GNU General Public License.
![]() |
![]() |
![]() |
![]() |
#include <errno.h> #define ERANGE implementation-defined
ERANGE
macro expands to a constant value that is stored in errno
after a range error occurred. This type of error occurs
when the result of a mathematical function cannot be represented as a
double
value.