summaryrefslogtreecommitdiff
path: root/minmax.c
Commit message (Expand)AuthorAgeFilesLines
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* Fix copyright line.pelissip2004-01-071-1/+1
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-9/+6
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-37/+36
* 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
* Particular cases (NaN and signed zeros).vlefevre2001-11-281-32/+48
* removed K&R function headerszimmerma2001-11-161-17/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* removed prototypes already in mpfr.hzimmerma2001-11-161-4/+0
* correct the Nan casedaney2001-10-241-2/+13
* add function mpfr_min and mpfr_maxdaney2001-10-241-0/+90