summaryrefslogtreecommitdiff
path: root/log1p.c
Commit message (Expand)AuthorAgeFilesLines
* improved coverage testzimmerma2004-02-141-6/+5
* Add forgotten copyright 2004 line.pelissip2004-02-061-5/+2
* + 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
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-4/+4
* MPFR_RET_NAN -> MPFR_RET(0).vlefevre2003-10-301-1/+1
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-38/+39
* replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)zimmerma2003-10-141-18/+20
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-3/+3
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-2/+2
* 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
* Misc bug fixes and code clean-up.vlefevre2002-02-011-24/+19
* remove math.hdaney2001-11-161-3/+2
* removed K&R function headerszimmerma2001-11-161-8/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* translated french comments to englishzimmerma2001-11-161-6/+5
* cosmetic changeszimmerma2001-10-261-7/+7
* correst mp_prec_t err => long intdaney2001-10-261-3/+2
* add the function log1pdaney2001-10-171-0/+144