CVSROOT: /cvs Module name: src Changes by: marty...@cvs.openbsd.org 2011/07/08 13:25:31
Modified files: include : complex.h lib/libm : Makefile lib/libm/src : s_cabs.c s_cacos.c s_cacosh.c s_carg.c s_casin.c s_casinh.c s_catan.c s_catanh.c s_ccos.c s_ccosh.c s_cexp.c s_cimag.c s_clog.c s_conj.c s_cpow.c s_cproj.c s_creal.c s_csin.c s_csinh.c s_csqrt.c s_ctan.c s_ctanh.c Added files: lib/libm/src : s_cabsl.c s_cacoshl.c s_cacosl.c s_cargl.c s_casinhl.c s_casinl.c s_catanhl.c s_catanl.c s_ccoshl.c s_ccosl.c s_cexpl.c s_cimagl.c s_clogl.c s_conjl.c s_cpowl.c s_cprojl.c s_creall.c s_csinhl.c s_csinl.c s_csqrtl.c s_ctanhl.c s_ctanl.c Log message: Finalize work on complex math routines, now that we have the extended-precision support. Mostly from Cephes.