summaryrefslogtreecommitdiff
path: root/eq.c
Commit message (Expand)AuthorAgeFilesLines
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-1/+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-2/+2
* Converted tabs to spaces with expand.vlefevre2005-08-181-12/+12
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Remove some warnings.pelissip2004-02-241-1/+1
* partly rewritten, and improved test coveragezimmerma2004-02-131-19/+43
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* Changed some error messages into assertions.vlefevre2004-01-141-11/+10
* Remove some warnings and potential errors (Comparaison between signed and uns...pelissip2003-11-211-4/+4
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-25/+14
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-2/+2
* fixed bug when n_bits larger than size*BITS_PER_MP_LIMBzimmerma2003-05-191-13/+21
* Bugs fixed (special cases).vlefevre2003-05-181-21/+17
* 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
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* GNU MP -> MPFRzimmerma2001-11-161-14/+6
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-3/+4
* _mp_d -> MPFR_MANTzimmerma2000-12-151-2/+2
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* Take into account Inf, Nans ; clear the flags of the return variablehanrot2000-12-131-0/+2
* Infinis, premiere tentative.hanrot2000-11-211-4/+9
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-6/+6
* Patch in the case when n_bits is a multiple of 32.hanrot2000-06-161-3/+5
* Patch a few incoherences of eq.c wrt the manual + adapt to mpfr usual semanticshanrot2000-06-151-25/+25
* Compatibility with mpf. WARNING: THESE FUNCTIONS ARE UNTESTED IN THEIR PRESENThanrot2000-05-211-0/+125