Processes errors generated by the functions of the math library.
#include <math.h> int matherr (struct exception *except);
except 
When an error occurs in a math function, matherr is called with a pointer to the EXCEPTION structure defined in MATH.H.
| Versions | Defined in | Include | Link to | 
|---|---|---|---|
| INtime 3.0 | intime/rt/include/math.h | math.h | clib.lib | 
acos, asin, atan, Bessel functions, cos, exp, log, pow, sin, sqrt, tan,