summaryrefslogtreecommitdiff
path: root/src/fits_s.h
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-05-18 14:18:41 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-05-18 14:18:41 +0000
commit0d7771c38ac95c0f5d09d8071315ad88335e8b59 (patch)
tree58d2a4c53826dac1e477eaae1b84cb6b007b96bf /src/fits_s.h
parent8acb70a26cea24370a9fa5a551fbbbed8683183e (diff)
downloadmpfr-0d7771c38ac95c0f5d09d8071315ad88335e8b59.tar.gz
[src/fits_s.h] Improved comment.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7702 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/fits_s.h')
-rw-r--r--src/fits_s.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fits_s.h b/src/fits_s.h
index 735524614..3c752ed0a 100644
--- a/src/fits_s.h
+++ b/src/fits_s.h
@@ -2,7 +2,6 @@
Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
Contributed by the Arenaire and Caramel projects, INRIA.
-Copied from mpf/fits_s.h.
This file is part of the GNU MPFR Library.
@@ -23,6 +22,10 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
#include "mpfr-impl.h"
+/* The original version of this file came from GMP's mpf/fits_s.h;
+ it has been adapted for MPFR. In particular, the result can be
+ rounded away from zero. */
+
int
FUNCTION (mpfr_srcptr f, mpfr_rnd_t rnd)
{