This chapter provides routines to handle various aspects of IEEE floating-point arithmetic behaviour.
Modern systems allow you to control what happens to your program when an exceptional event such as overflow or division by zero occurs. Often, the default behaviour is for program execution to continue, while setting an appropriate flag. Sometimes the default behaviour is to halt execution and print a warning or error message.
The routines in
Chapter X07 allow creation and detection of NaNs (Not a Number) and infinities, as well as alteration of the behaviour of a program when an exception occurs.
Routines are provided to detect and create IEEE NaN (Not a Number) and infinity values, and to get and set the halting mode of various floating-point exceptions.
None.
None.