summaryrefslogtreecommitdiff
path: root/src/math/math_errhandling.h
blob: 2c34327c673692fe82a95a54479e15ca04a6b02c (plain)
1
2
3
4
5
6
7
#include <math.h>
#define math_errhandling                           (MATH_ERRNO | MATH_ERREXCEPT)

/*
STDC(199901)
LINK(m)
*/