Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2022-03-08 | math: avoid runtime conversions of floating-point constants | Szabolcs Nagy | -2/+6 |
2022-01-18 | fix potentially wrong-sign zero in cproj functions at infinity | Rich Felker | -3/+3 |
2020-02-05 | fix incorrect results for catanf and catanl with some inputs | Rich Felker | -26/+2 |
2019-10-14 | fix cacosh results for arguments with negative imaginary part | Michael Morrell | -3/+12 |
2019-04-17 | math: move complex math out of libm.h | Szabolcs Nagy | -65/+65 |
2018-04-11 | fix incorrect results for catan with some inputs | Rich Felker | -13/+1 |
2018-04-09 | fix wrong result in casin and many related complex functions | Rich Felker | -3/+6 |
2015-05-01 | complex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf) | Szabolcs Nagy | -2/+4 |
2012-11-13 | complex: add C11 CMPLX macros and replace cpack with them | Szabolcs Nagy | -138/+138 |
2012-03-22 | add creal/cimag macros in complex.h (and use them in the functions defs) | Rich Felker | -12/+9 |
2012-03-13 | first commit of the new libm! | Rich Felker | -0/+2024 |