CVSROOT: /cvs Module name: src Changes by: marty...@cvs.openbsd.org 2015/07/16 07:29:11
Modified files: lib/libm/src : s_cacosh.c s_cacoshf.c Added files: regress/lib/libm/complex: Makefile complex.c Log message: Signs of cacosh/cacoshf were not always correct (e.g., -1.1 -1.1i), as found by fortran regression tests. Also added some complex regression tests for cacosh, casinh, catanh. Reported by John Marino @ DragonFlyBSD.