summaryrefslogtreecommitdiff
path: root/exp.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-162/+0
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-4/+4
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-2/+2
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-2/+2
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-2/+2
* [exp.c] binary splitting is now used for prec >= MPFR_EXP_THRESHOLDzimmerma2009-10-151-1/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* Suppressed MPFR_CLEAR_FLAGS (no longer did anything).vlefevre2009-06-261-2/+0
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-12/+12
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Untabified and deleted trailing spaces (for patches).vlefevre2009-02-271-1/+1
* added round to away (still experimental)zimmerma2009-02-261-1/+2
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* exp.c, exp_2.c: fixed the overflow/underflow detection. The underflow_upvlefevre2008-07-311-102/+30
* exp.c: updated comment about the exp3.c routine.vlefevre2008-07-311-1/+1
* exp.c: completed a comment, describing how rigorous underflow/overflowvlefevre2008-07-301-3/+16
* exp.c: removed an incorrect comment (corresponds to exp_2.c and alreadyvlefevre2008-07-301-4/+0
* exp.c: underflow/overflow detection is still a bit incorrect.vlefevre2008-07-291-0/+4
* exp.c: fixed underflow/overflow detection.vlefevre2008-07-291-19/+101
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* fixed underflow problem in mpfr_exp_3zimmerma2007-11-301-4/+7
* removed manual change to __gmpfr_emin outside the allowed rangezimmerma2007-11-301-1/+0
* 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