summaryrefslogtreecommitdiff
path: root/pi.c
Commit message (Expand)AuthorAgeFilesLines
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-14/+2
* added static to local functionszimmerma2001-11-161-3/+3
* #include added/removed.vlefevre2001-09-131-0/+1
* fixed problems with old K&R compilers (_PROTO missing)zimmerma2001-02-151-2/+2
* k2r -> ansi stylezimmerma2000-12-211-8/+3
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-3/+6
* 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/+2
* Take into account Inf, Nans ; clear the flags of the return variablehanrot2000-12-131-0/+2
* 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-6/+6
* New algorithm, new wrapperjeandel2000-07-131-39/+137
* renamed to mpfr_const_pizimmerma2000-02-111-17/+18
* added copyright noticezimmerma1999-07-301-7/+28
* error term is N+1 and not Nzimmerma1999-07-091-1/+1
* stores now last computed value together with its rounding modezimmerma1999-07-071-9/+10
* store now computed valueszimmerma1999-07-061-2/+23
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-1/+8
* now rounding to nearest should be correctzimmerma1999-06-151-6/+7
* fixed mistake in error analysis (does not change code)zimmerma1999-06-151-2/+2
* changed return value to voidremy1999-06-151-1/+1
* computes Pi to n bitszimmerma1999-06-141-0/+80