summaryrefslogtreecommitdiff
path: root/next.c
Commit message (Expand)AuthorAgeFilesLines
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Move mpfr_nexttozero and mpfr_nexttoinf from static to mpfr-impl.pelissip2005-02-021-2/+2
* Change from MP_LIMB_T_ONE to MPFR_LIMB_ONE and/or MPFR_LIMB_MASK.pelissip2004-03-261-7/+8
* improved coverage testzimmerma2004-02-141-1/+7
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-15/+12
* Added generic tests for mpfr_nextabove and mpfr_nextbelow.vlefevre2003-09-241-2/+2
* 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-8/+8
* Prototype of mpfr_setmax and mpfr_setmin changed (exponent given).vlefevre2002-07-261-6/+15
* New internal functions mpfr_setmin and mpfr_setmax.vlefevre2002-07-261-0/+141