summaryrefslogtreecommitdiff
path: root/exp.c
Commit message (Expand)AuthorAgeFilesLines
* Merged the changesets on exp.c, exp_2.c, exp3.c and tests/texp.cvlefevre2008-08-141-23/+46
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Fixed underflow bugs in exp/pow-related functions (merged changesetsvlefevre2007-12-161-5/+7
* Updated copyright notice (for an unknown reason, some files were missingvlefevre2007-08-291-1/+1
* exp.c: fixed problems in reduced exponent range.vlefevre2007-06-211-9/+15
* exp.c bug fix: a rounding mode was incorrect.vlefevre2007-06-211-1/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Partial fix: The inexact flag was not always set in some functions.vlefevre2006-08-201-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* fixed bug in exp(-eps) for rounding toward zero (test was also wrong...)zimmerma2005-09-131-1/+2
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-3/+3
* Converted tabs to spaces with expand.vlefevre2005-08-181-30/+30
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Fix bug when exp(x) is near the limit of an overflow or anpelissip2005-05-111-0/+2
* Log input and ouput of functions.pelissip2005-02-151-2/+3
* Add log for other functions.pelissip2005-02-101-26/+38
* Rename internal functions mpfr_set_overflow in mpfr_overflow andpelissip2005-02-031-3/+3
* Fixed a sign bug in mpfr_exp (found by Mark J Watkins).vlefevre2005-01-291-3/+3
* Fix wrong integer type and a test.pelissip2004-12-201-2/+4
* Replace use of mpfr_save_emin_emax () / mpfr_restore_emin_emax()pelissip2004-11-181-6/+8
* Fix overflow problems.pelissip2004-05-061-4/+7
* Add some UNLIKELY to the tests.pelissip2004-05-041-3/+3
* Change from MP_LIMB_T_ONE to MPFR_LIMB_ONE and/or MPFR_LIMB_MASK.pelissip2004-03-261-1/+1
* Rename mpfr_exp3 in mpfr_exp_3.pelissip2004-03-171-2/+2
* fixed tiny bugs for corner caseszimmerma2004-02-121-5/+11
* Add forgotten copyright 2004 line.pelissip2004-02-061-1/+0
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* 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