summaryrefslogtreecommitdiff
path: root/sub_one_ulp.c
Commit message (Expand)AuthorAgeFilesLines
* Change from MP_LIMB_T_ONE to MPFR_LIMB_ONE and/or MPFR_LIMB_MASK.pelissip2004-03-261-8/+5
* + Better support of non IEEE doubles.pelissip2004-02-061-6/+4
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-7/+9
* Update related to MPFR_GET_EXP and MPFR_SET_EXP.vlefevre2003-05-261-1/+2
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-3/+3
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-1/+1
* New internal functions mpfr_setmin and mpfr_setmax.vlefevre2002-07-261-1/+1
* Bug fixed (possible integer overflow).vlefevre2002-05-291-1/+1
* Underflow semantics changed (not tested).vlefevre2002-04-231-1/+3
* 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
* The precision can no longer be 1.vlefevre2002-01-041-2/+1
* mpfr_add_one_ulp and mpfr_sub_one_ulp changed.vlefevre2001-11-211-0/+63