summaryrefslogtreecommitdiff
path: root/exp3.c
Commit message (Expand)AuthorAgeFilesLines
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* Code clean-up.vlefevre2002-04-121-8/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* mpfr_{div,mul}_2exp -> mpfr_{div,mul}_2ui.vlefevre2002-02-141-2/+2
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-8/+1
* added static to local functionszimmerma2001-11-161-27/+7
* implement inexact flagzimmerma2001-10-151-30/+13
* fixed problems with old K&R compilers (_PROTO missing)zimmerma2001-02-151-2/+2
* k2r -> ansi stylezimmerma2000-12-211-26/+6
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-15/+20
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* removed TIMING stuffzimmerma2000-12-121-23/+9
* cleaned calls to mpfr_extractzimmerma2000-12-011-9/+8
* 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
* Infinis, premiere tentative.hanrot2000-11-211-0/+8
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-12/+12
* malloc -> *_mp_allocate_func or TMP_ALLOCzimmerma2000-10-021-13/+9
* take also the target precision into account for the guard bitszimmerma2000-09-291-1/+1
* nb_terms[0] was not initializedzimmerma2000-08-161-2/+2
* Memory Leaks Fixedjeandel2000-06-291-11/+16
* First Releasejeandel2000-06-281-0/+271