diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2011-05-18 14:18:41 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2011-05-18 14:18:41 +0000 |
commit | 0d7771c38ac95c0f5d09d8071315ad88335e8b59 (patch) | |
tree | 58d2a4c53826dac1e477eaae1b84cb6b007b96bf /src/fits_s.h | |
parent | 8acb70a26cea24370a9fa5a551fbbbed8683183e (diff) | |
download | mpfr-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.h | 5 |
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) { |