NeoPZ
|
Defines functions to help with invalid arithmetic operations. More...
#include <fenv.h>
Go to the source code of this file.
Classes | |
struct | TExceptionManager |
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.