mirror of https://github.com/flysand7/ciabatta.git
make math.h be pretty
This commit is contained in:
parent
f068e506c7
commit
3a41ec9245
|
@ -20,7 +20,7 @@ typedef double double_t;
|
|||
#define MATH_ERRNO 1
|
||||
#define MATH_ERREXCEPT 2
|
||||
|
||||
#define math_errhandling MATH_ERRNO | MATH_ERREXCEPT
|
||||
#define math_errhandling (MATH_ERRNO | MATH_ERREXCEPT)
|
||||
|
||||
// Classification
|
||||
#define FP_INFINITE 0
|
||||
|
|
Loading…
Reference in New Issue