summaryrefslogtreecommitdiff
path: root/rint.c
Commit message (Expand)AuthorAgeFilesLines
* towards -> toward (consistency).vlefevre2009-09-021-2/+2
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Merged the feature-block branch to the trunk:vlefevre2007-12-181-9/+9
* 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
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Converted tabs to spaces with expand.vlefevre2005-08-181-14/+14
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Rename internal functions mpfr_set_overflow in mpfr_overflow andpelissip2005-02-031-4/+4
* Updated comments about the rounding modes.vlefevre2005-01-281-2/+1
* Updated copyright lines.vlefevre2005-01-281-1/+1
* Fix bug if dest==src.pelissip2005-01-281-14/+15
* Replace use of mpfr_save_emin_emax () / mpfr_restore_emin_emax()pelissip2004-11-181-8/+12
* Added functions mpfr_rint_round, mpfr_rint_trunc, mpfr_rint_ceil,vlefevre2004-09-301-2/+103
* Rename NEAREST_AWAY in GMP_RNDNA.pelissip2004-03-101-16/+13
* Remove some warnings.pelissip2004-02-241-1/+1
* improved coverage testzimmerma2004-02-141-2/+2
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-1/+1
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-21/+20
* Change the internal format of MPFR: ZERO, INF and NAN have special values of ...pelissip2003-10-271-2/+2
* Merged the mpfr-2-0-2-branch changes to the trunk.vlefevre2003-10-201-50/+125
* MPFR_GET_EXP (r) -> exp.vlefevre2003-05-261-1/+1
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-5/+5
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-1/+1
* MP_LIMB_T_HIGHBIT -> MPFR_LIMB_HIGHBIT.vlefevre2002-06-261-4/+4
* Bug fixed (possible integer overflow).vlefevre2002-05-291-1/+1
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* mpfr_rint, mpfr_trunc, mpfr_floor, mpfr_ceil, mpfr_round rewritten.vlefevre2002-01-301-0/+261