Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-04-17 | math: move complex math out of libm.h | Szabolcs Nagy | 65 | -65/+65 |
2018-04-11 | fix incorrect results for catan with some inputs | Rich Felker | 1 | -13/+1 |
2018-04-09 | fix wrong result in casin and many related complex functions | Rich Felker | 3 | -3/+6 |
2015-05-01 | complex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf) | Szabolcs Nagy | 2 | -2/+4 |
2012-11-13 | complex: add C11 CMPLX macros and replace cpack with them | Szabolcs Nagy | 45 | -138/+138 |
2012-03-22 | add creal/cimag macros in complex.h (and use them in the functions defs) | Rich Felker | 6 | -12/+9 |
2012-03-13 | first commit of the new libm! | Rich Felker | 68 | -0/+2024 |