summaryrefslogtreecommitdiff
path: root/src/complex
AgeCommit message (Expand)AuthorFilesLines
2018-04-11fix incorrect results for catan with some inputsRich Felker1-13/+1
2018-04-09fix wrong result in casin and many related complex functionsRich Felker3-3/+6
2015-05-01complex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf)Szabolcs Nagy2-2/+4
2012-11-13complex: add C11 CMPLX macros and replace cpack with themSzabolcs Nagy45-138/+138
2012-03-22add creal/cimag macros in complex.h (and use them in the functions defs)Rich Felker6-12/+9
2012-03-13first commit of the new libm!Rich Felker68-0/+2024