summaryrefslogtreecommitdiff
path: root/round_near_x.c
Commit message (Expand)AuthorAgeFilesLines
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-2/+2
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Untabified and deleted trailing spaces (for patches).vlefevre2009-02-271-1/+1
* added round to away (still experimental)zimmerma2009-02-261-2/+1
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Reverted changeset r5355. Better patch to avoid the warningsvlefevre2008-05-201-4/+2
* Avoid warnings "warning: label 'addoneulp_doit' defined but not used"vlefevre2008-05-201-2/+4
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* added comments, got rid of compiler warningszimmerma2007-12-141-3/+6
* Added a TODO concerning the description of mpfr_round_near_x.vlefevre2007-08-091-0/+1
* changed 1st-order Taylor term from x to v to avoid confusion with the zimmerma2007-05-281-17/+18
* Avoid integer overflow in MPFR_FAST_COMPUTE_IF_SMALL_INPUT.vlefevre2007-05-281-7/+10
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* In mpfr_round_near_x, use the new MPFR_RNDRAW_GEN with a correct middlevlefevre2005-11-091-12/+11
* Fixed typos.vlefevre2005-11-031-4/+4
* Converted tabs to spaces with expand.vlefevre2005-08-181-36/+36
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Add new internal function mpfr_round_near_x.pelissip2005-05-131-0/+226