summaryrefslogtreecommitdiff
path: root/exp2.c
Commit message (Expand)AuthorAgeFilesLines
* Misc bug fixes and code clean-up.vlefevre2002-02-011-16/+11
* removed K&R function headerszimmerma2001-11-161-7/+0
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* remove the proto, remove math.hdaney2001-11-161-5/+2
* removed mpfr_exp2_si (not used)zimmerma2001-11-161-21/+0
* err => long intdaney2001-10-261-2/+2
* ajout du flag inexactdaney2001-10-181-2/+4
* actualisation de exp2.cdaney2001-10-171-4/+0
* actualisation de exp2daney2001-10-171-67/+87
* implement ternary inexact flagzimmerma2001-10-151-33/+31
* add functiondaney2001-04-051-375/+75
* fixed problems with old K&R compilers (_PROTO missing)zimmerma2001-02-151-7/+9
* changed c from mp_limb_t into unsigned long in mpfr_exp2_aux2zimmerma2000-12-221-10/+16
* k2r -> ansi stylezimmerma2000-12-211-7/+30
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-9/+14
* _mp_d -> PTRzimmerma2000-12-151-1/+1
* Patches for compiler warnings.hanrot2000-12-151-1/+1
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* we need m >= 2 in mpfr_exp2_aux2zimmerma2000-12-121-0/+2
* replaced log(2.0) by LOG2 [first step in getting rid of math.h]zimmerma2000-12-011-2/+0
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* Infinis, premiere tentative.hanrot2000-11-211-0/+8
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-13/+13
* mpfr_t -> mpfr_ptr or mpfr_srcptrzimmerma2000-10-021-5/+39
* new faster version with O(n^(1/3)*M(n)) algorithmzimmerma2000-09-291-75/+171
* replaced mp_bits_per_limb by BITS_PER_MP_LIMB (constant)zimmerma2000-08-161-1/+1
* First Releasejeandel2000-06-281-1/+0
* O(n^(1/3)*log(n)) algorithm using Brent's methodzimmerma2000-06-071-0/+260