summaryrefslogtreecommitdiffstats
path: root/regress/lib/libm/complex (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adapt previous to extended-precision, and fix single-precision constants.martynas2015-07-161-5/+17
|
* Signs of cacosh/cacoshf were not always correct (e.g., -1.1 -1.1i),martynas2015-07-162-0/+49
as found by fortran regression tests. Also added some complex regression tests for cacosh, casinh, catanh. Reported by John Marino @ DragonFlyBSD.