summaryrefslogtreecommitdiff
path: root/frac.c
Commit message (Expand)AuthorAgeFilesLines
* + Better support of non IEEE doubles.pelissip2004-02-061-4/+2
* Added comments and a temporary fix.vlefevre2004-01-281-3/+13
* added several hard-coded tests (and fixed bugs found)zimmerma2004-01-221-6/+6
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-3/+3
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-2/+2
* mpfr_isinteger -> mpfr_integer_pzimmerma2003-02-131-2/+2
* Change concerning an assertion, due to GMP limitation.vlefevre2002-07-241-1/+2
* Bug fixed: unsigned int variables changed to int to avoid operationsvlefevre2002-07-241-2/+2
* Function mpfr_frac and tests added.vlefevre2002-07-241-0/+120