summaryrefslogtreecommitdiff
path: root/log2.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* _mpfr_log2_* -> __mpfr_log2_*zimmerma1999-07-061-9/+9
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-2/+9
* removed 3rd arg. of mpfr_set_preczimmerma1999-06-241-1/+1
* store computed value and try to reuse it for next callszimmerma1999-06-211-2/+22
* changed return value to voidremy1999-06-151-1/+1
* computes log(2)zimmerma1999-06-141-0/+54