summaryrefslogtreecommitdiff
path: root/exp.c
Commit message (Expand)AuthorAgeFilesLines
* Changed some error messages into assertions.vlefevre2004-01-141-4/+3
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-0/+2
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-15/+8
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-21/+20
* Fixed mpfr_set_overflow, added tests for mpfr_set_underflowvlefevre2003-09-141-2/+1
* overflow with round to zero was incorrectzimmerma2003-09-131-1/+2
* improved error analysis on erfzimmerma2003-06-131-2/+2
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-2/+2
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-6/+6
* Prototype of mpfr_setmax and mpfr_setmin changed (exponent given).vlefevre2002-07-261-10/+17
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* Code clean-up.vlefevre2002-04-121-3/+0
* mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.vlefevre2002-04-071-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* Misc bug fixes and code clean-up.vlefevre2002-02-041-12/+2
* Misc bug fixes and code clean-up.vlefevre2002-02-011-15/+9
* mpfr_add_one_ulp and mpfr_sub_one_ulp changed.vlefevre2001-11-211-2/+2
* removed K&R function headerszimmerma2001-11-161-7/+0
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* implement ternary inexact flagzimmerma2001-10-151-31/+69
* change old exp2 (conflict with 2^x) to exp_2daney2001-04-061-3/+3
* mpfr_exp2 -> mpfr_exp_2zimmerma2001-04-051-1/+1
* k2r -> ansi stylezimmerma2000-12-211-7/+17
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-3/+2
* Patches for compiler warnings.hanrot2000-12-151-2/+5
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* Infinis, premiere tentative.hanrot2000-11-211-0/+9
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-5/+5
* adjusted exp2-exp3 threshold for new faster version of mpfr_exp2zimmerma2000-09-291-2/+2
* First Releasejeandel2000-06-281-105/+2
* unsigned char -> mp_rnd_tzimmerma2000-02-111-9/+9
* moved debug messages to stdoutzimmerma2000-02-021-2/+2
* fixed bug found by V. Lefe`vre (when n<0, we have to computezimmerma1999-12-081-3/+10
* fixed bug when initial approx. floor(x/log(2)) is too largezimmerma1999-10-141-3/+9
* added copyright noticezimmerma1999-07-301-0/+21
* special case for exp(0)zimmerma1999-07-061-0/+1
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-2/+10
* removed 3rd arg. of mpfr_set_preczimmerma1999-06-241-2/+1
* initial revisionzimmerma1999-06-231-0/+134