summaryrefslogtreecommitdiff
path: root/exp3.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* exp3.c: fixed internal underflow.vlefevre2008-07-311-21/+70
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Merged the feature-block branch to the trunk:vlefevre2007-12-181-5/+7
* fixed underflow problem in mpfr_exp_3zimmerma2007-11-301-7/+7
* <stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.hvlefevre2007-07-091-2/+0
* Untabified and removed trailing spaces.vlefevre2007-06-201-10/+10
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* factored calls to gmp_alloczimmerma2005-10-311-6/+4
* improved exp_3 (binary-splitting algorithm)zimmerma2005-10-301-53/+68
* patched root.c to use rootrem.c with gmp-4.1.90zimmerma2005-10-291-6/+7
* Converted tabs to spaces with expand.vlefevre2005-08-181-19/+19
* Fix an overflow bug (use of int instead of unsigned long).pelissip2005-07-121-50/+62
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Same patch for exp_3.pelissip2005-05-111-4/+28
* Fix wrong integer types.pelissip2005-02-161-41/+42
* Add log for other functions.pelissip2005-02-101-52/+46
* Replace __gmpfr_ceil_log2 by MPFR_INT_CEIL_LOG2 when possible.pelissip2004-11-101-2/+4
* fixed bug in mpfr_exp_3 (wrong assert)zimmerma2004-06-081-5/+4
* Rename mpfr_exp3 in mpfr_exp_3.pelissip2004-03-171-1/+1
* 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