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