diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2017-01-01 01:58:07 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2017-01-01 01:58:07 +0000 |
commit | 74c745603891ed4820bc0c560cb895bdd7e69384 (patch) | |
tree | 84042922643f8f891ed5c26c0e589a7b33553fd8 /src/sum.c | |
parent | dd702825b4fd55af077796664c4cde84e9f367cf (diff) | |
download | mpfr-74c745603891ed4820bc0c560cb895bdd7e69384.tar.gz |
Merged the latest changes from the trunk.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/faithful@11121 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/sum.c')
-rw-r--r-- | src/sum.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ /* Sum -- efficiently sum a list of floating-point numbers -Copyright 2014-2016 Free Software Foundation, Inc. +Copyright 2014-2017 Free Software Foundation, Inc. Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. |