summaryrefslogtreecommitdiff
path: root/cmp_abs.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* 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
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Bug fix: in cmp_abs.c, changed MPFR_GET_EXP into MPFR_EXP to allowvlefevre2007-11-021-2/+12
* 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
* Converted tabs to spaces with expand.vlefevre2005-08-181-8/+8
* Change the address of the FSF.pelissip2005-06-021-2/+2
* cmp(x,y) if x=NAN or y=NAN returns 0 and erange flag.pelissip2004-09-291-6/+8
* Add test for mpfr_cmpabspelissip2004-02-131-3/+4
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-1/+1
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-14/+15
* Infinities are now accepted in mpfr_cmpabs. Updated its definitionvlefevre2003-10-031-8/+13
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-3/+3
* cmp_abs -> cmpabs (for compatibility with mpz)zimmerma2002-09-231-2/+2
* Description updated.vlefevre2002-04-241-1/+1
* mpfr_cmp_abs can now be called on zero numbers.vlefevre2002-04-241-4/+9
* 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
* added year 2001 in copyright linezimmerma2001-11-161-1/+1
* GNU coding style. K&R function headers removed.vlefevre2001-11-101-12/+6
* Compare the absolute values of two nonzero FP numbers.vlefevre2001-09-061-0/+78