summaryrefslogtreecommitdiff
path: root/log2.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* 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
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-2/+2
* Converted tabs to spaces with expand.vlefevre2005-08-181-29/+29
* Change the address of the FSF.pelissip2005-06-021-2/+2
* improved const_euler and eintzimmerma2005-05-041-7/+5
* Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacementpelissip2005-03-141-2/+1
* Clean up code.pelissip2005-02-141-48/+48
* Replace __gmpfr_ceil_log2 by MPFR_INT_CEIL_LOG2 when possible.pelissip2004-11-101-2/+2
* improved coverage testzimmerma2004-02-141-3/+2
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* Changed some error messages into assertions.vlefevre2004-01-141-14/+13
* 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/+4
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-34/+34
* replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)zimmerma2003-10-141-20/+22
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-5/+4
* 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
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Bugs fixed.vlefevre2002-03-171-2/+2
* Copyright line changed.vlefevre2002-03-041-1/+1
* Misc bug fixes and code clean-up.vlefevre2002-02-011-37/+28
* Files log_base_*.c renamed.vlefevre2001-12-061-0/+151
* Functions (constants) renamed.vlefevre2001-12-061-186/+0
* rewritten part with Taylor serieszimmerma2001-11-301-17/+17
* removed K&R function headerszimmerma2001-11-161-10/+0
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-1/+1
* added static to local functionszimmerma2001-11-161-33/+45
* #include order fixed.vlefevre2001-09-121-1/+1
* fixed problems with old K&R compilers (_PROTO missing)zimmerma2001-02-151-2/+2
* removed #if 0 (on Alpha with cc the enclosed code was still usedzimmerma2000-12-221-20/+12
* k2r -> ansi stylezimmerma2000-12-211-10/+5
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-3/+8
* Yet another patch for include files.hanrot2000-12-151-1/+1
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* Take into account Inf, Nans ; clear the flags of the return variablehanrot2000-12-131-0/+1
* replaced log(2.0) by LOG2 [first step in getting rid of math.h]zimmerma2000-12-011-3/+3
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-5/+5
* now store last computed value together with last rounding modezimmerma2000-08-241-6/+7
* result was free'd twice when good=1zimmerma2000-08-161-1/+0
* fixed some FNH (free not in heap) problems for binary splitting methodzimmerma2000-08-161-34/+36
* New algorithm, new wrapperjeandel2000-07-131-1/+87
* renamed to mpfr_const_log2zimmerma2000-02-111-12/+13
* added copyright noticezimmerma1999-07-301-0/+21