diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2016-01-16 09:37:34 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2016-01-16 09:37:34 +0000 |
commit | 50874a045674fe104191624841c82fddcf450a11 (patch) | |
tree | 65d6417d5949e0d6bff6056c39d33e1fdad6f77b /tests/tgamma.c | |
parent | 2574141f299ab37684d1f8d1a1cc1642244d3e60 (diff) | |
download | mpfr-50874a045674fe104191624841c82fddcf450a11.tar.gz |
first version of incomplete Gamma function (work in progress)
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9822 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tgamma.c')
-rw-r--r-- | tests/tgamma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tgamma.c b/tests/tgamma.c index 57aafad95..ccccb5ef1 100644 --- a/tests/tgamma.c +++ b/tests/tgamma.c @@ -1,4 +1,4 @@ -/* mpfr_tgamma -- test file for gamma function +/* Test file for gamma function Copyright 2001-2016 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. |