summaryrefslogtreecommitdiff
path: root/exp3.c
Commit message (Expand)AuthorAgeFilesLines
* improved test coveragezimmerma2004-02-131-60/+89
* Add forgotten copyright 2004 line.pelissip2004-02-061-1/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* Remove some warnings and potential errors (Comparaison between signed and uns...pelissip2003-11-211-2/+3
* change in can_round calls to get correct inexact flag for rounding to nearestzimmerma2003-10-131-1/+2
* improved stylezimmerma2003-06-191-36/+44
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-3/+3
* Added some asserts.vlefevre2003-03-281-4/+5
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-4/+4
* 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