summaryrefslogtreecommitdiff
path: root/rint.c
Commit message (Expand)AuthorAgeFilesLines
* 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