This documentation is copyright © 1998-2001 Sandro Sigala <sandro@sigala.it>.
All rights reserved.

Released under the GNU General Public License.

Return to index Return to header Previous symbol Next symbol

ERANGE

Prototype

#include <errno.h>

#define ERANGE	implementation-defined

Description

The 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.

References

ISO C 9899:1990 7.1.4