summaryrefslogtreecommitdiff
path: root/cmp_abs.c
Commit message (Expand)AuthorAgeFilesLines
* 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