make math.h be pretty

This commit is contained in:
bumbread 2022-06-27 13:47:01 +11:00
parent f068e506c7
commit 3a41ec9245
1 changed files with 174 additions and 174 deletions

View File

@ -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