NeoPZ
Classes
fpo_exceptions.h File Reference

Defines functions to help with invalid arithmetic operations. More...

#include <fenv.h>
Include dependency graph for fpo_exceptions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TExceptionManager
 

Detailed Description

Defines functions to help with invalid arithmetic operations.

This file implements functions previously implemented in http://www-personal.umich.edu/~williams/archive/computation/fe-handling-example.c in order to improve portability of NeoPZ code and allow feenableexcept function to be called in a macOS environment. These functions were slightly modified.

Definition in file fpo_exceptions.h.