CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/04/08 19:24:43
Added files:
regress/lib/libm/fpaccuracy: Gamma.c INV.c Makefile Pix.c acos.c
acosh.c asin.c asinh.c atan.c
atanh.c cos.c cosh.c erf.c erfc.c
exp.c fpaccuracy.c fpaccuracy.h
header.h j0.c j1.c lgamma.c log.c
log10.c pow2_x.c powx_275.c sin.c
sinh.c sqrt.c tan.c tanh.c
trailer.h y0.c y1.c
Log message:
fpaccuracy, by prof. Gaston H. Gonnet, uses some most difficult
values to test accuracy of math functions (currently, only double
precision tests are present)
a report summary (fpaccuracy.out) containing max errs in ulp is generated
originally under gpl. consented to relicense it under our license
ok millert@