diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2016-02-04 15:04:52 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2016-02-04 15:04:52 +0000 |
commit | 0c1b1223811942b5ad882e5e63fe39b365fc059e (patch) | |
tree | 2ff078d472289e93d0ee45208f56b8ea06bbb321 /tests/tisqrt.c | |
parent | 0ac1980fa9382a77286759c55240f48dff35a908 (diff) | |
download | mpfr-0c1b1223811942b5ad882e5e63fe39b365fc059e.tar.gz |
Replaced
Contributed by the AriC and Caramel projects
by
Contributed by the AriC and Caramba projects
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9941 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tisqrt.c')
-rw-r--r-- | tests/tisqrt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tisqrt.c b/tests/tisqrt.c index e84753fd1..ede798972 100644 --- a/tests/tisqrt.c +++ b/tests/tisqrt.c @@ -1,7 +1,7 @@ /* Test file for __gmpfr_isqrt and __gmpfr_cuberoot internal functions. Copyright 2007-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. |