summaryrefslogtreecommitdiff
path: root/frac.c
Commit message (Expand)AuthorAgeFilesLines
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-1/+1
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-2/+2
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-10/+10
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-10/+10
* frac.c, tests/tfrac.c: fixed underflow case in mpfr_frac and addedvlefevre2009-09-181-3/+9
* [frac.c] Patch r6456 was incorrect: the problem with the non-significantvlefevre2009-09-181-12/+18
* frac.c: fixed bug in mpfr_frac (the non-significant bits in low limbvlefevre2009-09-181-0/+8
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* 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