summaryrefslogtreecommitdiff
path: root/round_near_x.c
Commit message (Collapse)AuthorAgeFilesLines
* added comments, got rid of compiler warningszimmerma2007-12-141-3/+6
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5087 280ebfd0-de03-0410-8827-d642c229c3f4
* Added a TODO concerning the description of mpfr_round_near_x.vlefevre2007-08-091-0/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4733 280ebfd0-de03-0410-8827-d642c229c3f4
* changed 1st-order Taylor term from x to v to avoid confusion with the zimmerma2007-05-281-17/+18
| | | | | | | argument x of the function f(x), and fixed some typos git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4487 280ebfd0-de03-0410-8827-d642c229c3f4
* Avoid integer overflow in MPFR_FAST_COMPUTE_IF_SMALL_INPUT.vlefevre2007-05-281-7/+10
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4468 280ebfd0-de03-0410-8827-d642c229c3f4
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
| | | | | | | copyright notices and removed a few old things. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4350 280ebfd0-de03-0410-8827-d642c229c3f4
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4326 280ebfd0-de03-0410-8827-d642c229c3f4
* Fixed FSF address.vlefevre2006-03-311-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4055 280ebfd0-de03-0410-8827-d642c229c3f4
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3985 280ebfd0-de03-0410-8827-d642c229c3f4
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
| | | | | | | | | | | http://www.gnu.org/prep/maintain/maintain.html#Copyright-Notices i.e. added 2006 to every MPFR file. Note: the copyright notices (currently 336) should match the regexp Copyright.* 2006 Free Software so that it will be easier to update them for the next year... git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3983 280ebfd0-de03-0410-8827-d642c229c3f4
* In mpfr_round_near_x, use the new MPFR_RNDRAW_GEN with a correct middlevlefevre2005-11-091-12/+11
| | | | | | | | | handler instead of MPFR_RNDRAW_EVEN so that the correction of the wrong rounding is no longer necessary (BTW, the wrong rounding could have lead to problems in case of intermediate underflow/overflow -- not checked). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3947 280ebfd0-de03-0410-8827-d642c229c3f4
* Fixed typos.vlefevre2005-11-031-4/+4
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3935 280ebfd0-de03-0410-8827-d642c229c3f4
* Converted tabs to spaces with expand.vlefevre2005-08-181-36/+36
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3725 280ebfd0-de03-0410-8827-d642c229c3f4
* Change the address of the FSF.pelissip2005-06-021-2/+2
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3606 280ebfd0-de03-0410-8827-d642c229c3f4
* Add new internal function mpfr_round_near_x.pelissip2005-05-131-0/+226
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3550 280ebfd0-de03-0410-8827-d642c229c3f4