about summary refs log tree commit diff
path: root/src/complex
Commit message (Expand)AuthorAgeFilesLines
* fix incorrect results for catanf and catanl with some inputsRich Felker2020-02-052-26/+2
* fix cacosh results for arguments with negative imaginary partMichael Morrell2019-10-143-3/+12
* math: move complex math out of libm.hSzabolcs Nagy2019-04-1765-65/+65
* fix incorrect results for catan with some inputsRich Felker2018-04-111-13/+1
* fix wrong result in casin and many related complex functionsRich Felker2018-04-093-3/+6
* complex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf)Szabolcs Nagy2015-05-012-2/+4
* complex: add C11 CMPLX macros and replace cpack with themSzabolcs Nagy2012-11-1345-138/+138
* add creal/cimag macros in complex.h (and use them in the functions defs)Rich Felker2012-03-226-12/+9
* first commit of the new libm!Rich Felker2012-03-1368-0/+2024