summaryrefslogtreecommitdiff
path: root/tests/reuse.c
diff options
context:
space:
mode:
authorthevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4>2007-10-16 17:02:02 +0000
committerthevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4>2007-10-16 17:02:02 +0000
commit2824ff5c78d513950e2c37dd126d3058c930d86e (patch)
treedd3b9c577c5fd9b6a56ae97e571b8e43162e4b67 /tests/reuse.c
parentae15e86d54d3c912578b238f91e2ca377fcb1413 (diff)
downloadmpfr-2824ff5c78d513950e2c37dd126d3058c930d86e.tar.gz
add dilogarithm function
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4896 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/reuse.c')
-rw-r--r--tests/reuse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/reuse.c b/tests/reuse.c
index b2fb240e2..10b28b438 100644
--- a/tests/reuse.c
+++ b/tests/reuse.c
@@ -591,6 +591,7 @@ main (void)
test2 (mpfr_erfc, "mpfr_erfc", p, rnd);
test2 (mpfr_j0, "mpfr_j0", p, rnd);
test2 (mpfr_j1, "mpfr_j1", p, rnd);
+ test2 (mpfr_li2, "mpfr_li2", p, rnd);
test2 (mpfr_zeta, "mpfr_zeta", p, rnd);
test2 (mpfr_gamma, "mpfr_gamma", p, rnd);