summaryrefslogtreecommitdiff
path: root/src/complex
AgeCommit message (Expand)AuthorLines
2020-02-05fix incorrect results for catanf and catanl with some inputsRich Felker-26/+2
2019-10-14fix cacosh results for arguments with negative imaginary partMichael Morrell-3/+12
2019-04-17math: move complex math out of libm.hSzabolcs Nagy-65/+65
2018-04-11fix incorrect results for catan with some inputsRich Felker-13/+1
2018-04-09fix wrong result in casin and many related complex functionsRich Felker-3/+6
2015-05-01complex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf)Szabolcs Nagy-2/+4
2012-11-13complex: add C11 CMPLX macros and replace cpack with themSzabolcs Nagy-138/+138
2012-03-22add creal/cimag macros in complex.h (and use them in the functions defs)Rich Felker-12/+9
2012-03-13first commit of the new libm!Rich Felker-0/+2024