From 9994bc9d31c00bb91e9199d983a419e54adda9e6 Mon Sep 17 00:00:00 2001 From: nsz Date: Mon, 23 Jan 2012 04:29:59 +0100 Subject: [PATCH] libm: more links (eg worst cases) --- libm.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/libm.txt b/libm.txt index da7dda9..6c4df9e 100644 --- a/libm.txt +++ b/libm.txt @@ -57,9 +57,11 @@ http://www.vinc17.org/research/fptest.en.html tests in crlibm multiprecision libs (useful for tests) -http://code.google.com/p/fastfunlib/ http://mpfr.org/ +http://www.multiprecision.org/index.php?prog=mpc http://pari.math.u-bordeaux.fr/ +http://www.apfloat.org/apfloat/ +http://code.google.com/p/fastfunlib/ scs_lib in crlibm @@ -68,7 +70,13 @@ other ieee standard: http://754r.ucbtest.org/ extended precision issues: http://www.vinc17.org/research/extended.en.html +correctly rounded mult: http://perso.ens-lyon.fr/jean-michel.muller/MultConstant.html +table based sincos: http://perso.ens-lyon.fr/damien.stehle/IMPROVEDGAL.html +finding worst cases: http://perso.ens-lyon.fr/damien.stehle/WCLR.html +finding worst cases: http://perso.ens-lyon.fr/damien.stehle/DECIMALEXP.html +finding worst cases: http://www.loria.fr/equipes/spaces/slz.en.html +finding worst cases: http://perso.ens-lyon.fr/jean-michel.muller/Intro-to-TMD.htm fast conversion to fixedpoint: http://stereopsis.com/sree/fpu2006.html +double-double, quad-double arithmetics: http://crd-legacy.lbl.gov/~dhbailey/mpdist/ papers by kahan: http://www.cs.berkeley.edu/~wkahan/ fp paper by goldberg: http://download.oracle.com/docs/cd/E19957-01/806-3568/ncg_goldberg.html - -- 2.20.1