summaryrefslogtreecommitdiff
path: root/log2.c
Commit message (Expand)AuthorAgeFilesLines
* 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