Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |