Age | Commit message (Expand) | Author | Files | Lines |
2012-08-13 | math: fix _BSD_SOURCE namespace in math.h | nsz | 1 | -25/+26 |
2012-08-13 | remove significandl | Rich Felker | 1 | -1/+0 |
2012-08-13 | add significand[fl] math functions | Rich Felker | 1 | -0/+4 |
2012-07-22 | fix namespace issue in prototypes in math.h | Rich Felker | 1 | -2/+2 |
2012-05-22 | support _BSD_SOURCE feature test macro | Rich Felker | 1 | -2/+8 |
2012-05-05 | fix definitions of FP_ILOGB constants | Rich Felker | 1 | -2/+2 |
2012-05-01 | support alternate glibc name pow10 for exp10 | Rich Felker | 1 | -0/+3 |
2012-04-30 | first try at writing an efficient and "correct" exp10 | Rich Felker | 1 | -0/+4 |
2012-04-18 | fix incorrect macro name for MATH_ERREXCEPT in math.h | Rich Felker | 1 | -1/+1 |
2012-03-30 | optimize signbit macro | Rich Felker | 1 | -2/+2 |
2012-03-30 | make math.h more c++-friendly | Rich Felker | 1 | -2/+5 |
2012-03-17 | move nonstandard gamma() etc. to _GNU_SOURCE only | Rich Felker | 1 | -4/+4 |
2012-03-17 | c++ seems to want some casts in the float representation-access macros | Rich Felker | 1 | -2/+2 |
2012-03-15 | in math.h make lgamma_r and non-double bessel _GNU_SOURCE only | nsz | 1 | -20/+18 |
2012-03-15 | efficient sincos based on sin and cos | nsz | 1 | -0/+4 |
2012-03-13 | first commit of the new libm! | Rich Felker | 1 | -9/+64 |
2012-03-02 | fix nan/infinity macros in math.h, etc. | Rich Felker | 1 | -6/+8 |
2012-03-02 | typo in math.h c version check | Rich Felker | 1 | -1/+1 |
2012-03-02 | make math.h compatibe with c89 | Rich Felker | 1 | -1/+5 |
2012-02-15 | add float_t and double_t to math.h | Rich Felker | 1 | -0/+2 |
2011-11-10 | fix all missing instances of __cplusplus checks/extern "C" in headers | Rich Felker | 1 | -0/+8 |
2011-06-08 | isgreater etc. relation macros for math.h | Rich Felker | 1 | -0/+18 |
2011-02-14 | extensive header cleanup for standards conformance & correctness | Rich Felker | 1 | -17/+19 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+300 |