summaryrefslogtreecommitdiff
path: root/log10.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some warnings.pelissip2004-02-241-1/+1
* improved coverage testzimmerma2004-02-141-4/+2
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* Changed some error messages into assertions.vlefevre2004-01-141-9/+8
* 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-5/+8
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-32/+32
* replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)zimmerma2003-10-141-1/+2
* mpfr_isinteger -> mpfr_integer_pzimmerma2003-02-131-2/+2
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-1/+1
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.vlefevre2002-04-071-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Bugs fixed.vlefevre2002-03-171-2/+2
* fixed infinite loop problem for log(10^n)zimmerma2002-03-171-23/+33
* Copyright line changed.vlefevre2002-03-041-1/+1
* Misc bug fixes and code clean-up.vlefevre2002-02-011-37/+27
* Files log_base_*.c renamed.vlefevre2001-12-061-0/+147