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