summaryrefslogtreecommitdiff
path: root/frac.c
Commit message (Expand)AuthorAgeFilesLines
* Suppressed MPFR_CLEAR_FLAGS (no longer did anything).vlefevre2009-06-261-2/+0
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Further code clean-up (and consistency) based on icc warnings:vlefevre2008-08-071-7/+2
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Remove some warnings.pelissip2004-02-241-1/+2
* + 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