_matherr(), matherr() — error-handling function (WITHDRAWN)
#include <math.h> int _matherr(struct exception *x) { /* your math error handling here */ }
The _matherr() function is obsolete and is no longer supported.