summaryrefslogtreecommitdiff
path: root/exp_2.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-419/+0
* [exp_2.c] No longer define qn and sizer, which are no longer used sincevlefevre2010-08-131-4/+4
* Replacedvlefevre2010-07-301-1/+1
* [exp_2.c] Untabified.vlefevre2010-07-091-8/+8
* [exp_2.c] added 3 more bits to initial working precision. On a sample of 20247zimmerma2010-06-281-1/+1
* [exp_2.c] fixed problem reported by Sylvain Chevillard for large x, where thezimmerma2010-06-241-21/+22
* [exp_2.c] fixed inefficiency for large x: the initial precision was too small,zimmerma2010-06-211-5/+9
* [exp_2.c] Reverted incorrect optimization patch r6922 (added a comment).vlefevre2010-06-061-5/+8
* [exp_2.c] speed improvement using MPFR_GROUP_* (from Patrick Pelissier):zimmerma2010-06-041-6/+5
* [exp_2.c] Removed useless and possibly incorrect castvlefevre2010-06-041-1/+1
* [exp_2.c] got rid of MY_INIT_MPZ, small slowdown, but code should be morezimmerma2010-06-041-39/+20
* [exp_2.c] fixed problem reported by Sylvain Chevillard with following codezimmerma2010-06-031-11/+28
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-20/+20
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-6/+6
* changed mpfr_get_z_exp -> mpfr_get_z_2exp (old function) zimmerma2010-02-221-3/+3
* 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-3/+3
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-3/+3
* [scale2.c] added missing include (compilation with --with-gmp-build did fail)zimmerma2009-12-181-17/+21
* replaced obsolete GMP functions (suggested by Brian Gladman):zimmerma2009-08-271-6/+6
* 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
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-10/+10
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* exp_2.c: fixed other log messages.vlefevre2008-08-141-3/+3
* exp_2.c: fixed a log message (the format didn't correspond to the types)vlefevre2008-08-141-1/+2
* [exp_2.c] fixed case where cancel is negative, added comments and improvedzimmerma2008-08-021-5/+19
* exp_2.c: MPFR_EXP -> MPFR_GET_EXP.vlefevre2008-08-011-1/+2
* [exp_2.c] fixed bug20080731zimmerma2008-08-011-6/+10
* exp.c, exp_2.c: fixed the overflow/underflow detection. The underflow_upvlefevre2008-07-311-22/+4
* Added logging support to mpfr_exp_2 (exp_2.c).vlefevre2008-07-311-0/+3
* exp_2.c: GNU style.vlefevre2008-07-291-46/+48
* exp_2.c: solved the assertion failure by detecting a zero due to avlefevre2008-07-261-59/+66
* exp_2.c: added another assertion, that is checked independently ofvlefevre2008-07-261-0/+1
* exp_2.c: added an assertion (more explicit than a similar assertionvlefevre2008-07-261-0/+2
* the O(l^{1/2}) method to evaluate power series is due to zimmerma2008-06-101-5/+5
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Merged the feature-block branch to the trunk:vlefevre2007-12-181-4/+5
* fixed underflow problemzimmerma2007-11-301-7/+1
* <stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.hvlefevre2007-07-091-2/+0
* 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
* replaced double by mpfr_t (problem on 64-bit machines)zimmerma2006-11-191-5/+9
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Converted tabs to spaces with expand.vlefevre2005-08-181-37/+37
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Remove variable t which wasn't used!pelissip2005-05-201-6/+1