From 7aa6217b96700a0661de892f4b8b9f35704c79c3 Mon Sep 17 00:00:00 2001 From: nsz Date: Tue, 24 Jan 2012 23:33:21 +0100 Subject: [PATCH 1/1] libm: metalibm --- libm.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libm.txt b/libm.txt index 069a1c7..b1bd951 100644 --- a/libm.txt +++ b/libm.txt @@ -76,7 +76,9 @@ 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 +generating libm functions: http://lipforge.ens-lyon.fr/www/metalibm/ 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 +math functions in general: http://dlmf.nist.gov/ -- 2.20.1