summaryrefslogtreecommitdiff
path: root/pow.c
Commit message (Expand)AuthorAgeFilesLines
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-7/+7
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-5/+5
* changed mpfr_get_z_exp -> mpfr_get_z_2exp (old function) zimmerma2010-02-221-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-5/+5
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-5/+5
* towards -> toward (consistency).vlefevre2009-09-021-3/+3
* replaced obsolete GMP functions (suggested by Brian Gladman):zimmerma2009-08-271-2/+2
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-3/+3
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-33/+33
* 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
* pow.c: fixed bug20080904 (from tpow_z.c).vlefevre2008-09-061-16/+16
* pow.c: added log messages.vlefevre2008-09-061-0/+3
* pow.c: fixed bug in mpfr_pow_general by computing correct boundsvlefevre2008-08-201-4/+4
* Fixed basic underflow checking in mpfr_pow.vlefevre2008-08-191-15/+30
* pow.c: updated comments.vlefevre2008-08-161-3/+5
* Merged vlefevre branch:vlefevre2008-08-111-155/+205
* pow.c: fixed incorrect rounding in the general case when the resultvlefevre2008-07-211-0/+5
* pow.c: fixed the non-trivial cases with large integer y.vlefevre2008-07-211-3/+7
* For the terminating null pointer of the functions mpfr_inits,vlefevre2008-02-151-1/+1
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* pow.c: detect all underflow cases (some of them were leading tovlefevre2007-12-191-5/+8
* Merged the feature-block branch to the trunk:vlefevre2007-12-181-3/+3
* Fixed indentation.vlefevre2007-11-291-20/+20
* fixed bug reported by Kevin Rauch (wrong sign in case of underflow forzimmerma2007-11-291-3/+7
* added new macro MPFR_ALIASzimmerma2007-11-051-4/+1
* pow.c: removed FIXME comment.vlefevre2007-11-031-4/+0
* fixed case x < 0, y large integerzimmerma2007-11-031-17/+31
* pow.c: added FIXME comment.vlefevre2007-11-031-0/+4
* Fixed several bugs in mpfr_pow (from rev 3592 and 4932); added testcase.vlefevre2007-11-021-34/+41
* Untabified and removed trailing spaces.vlefevre2007-10-311-3/+3
* pow.c, tpow.c: fixed bugs reported by Kevin Rauchzimmerma2007-10-301-30/+92
* pow.c: added MPFR_SMALL_INPUT_AFTER_SAVE_EXPO for the case wherevlefevre2007-08-091-1/+20
* <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
* fixed bug in pow (isodd -> assertion failed)zimmerma2006-11-191-5/+15
* Fixed several problems in pow.c concerning underflows, overflows andvlefevre2006-08-201-8/+101
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* check for overflow/underflow in pow and gammazimmerma2005-08-291-0/+17
* Converted tabs to spaces with expand.vlefevre2005-08-181-78/+78
* Change the address of the FSF.pelissip2005-06-021-2/+2
* New way of handling exact value.pelissip2005-05-181-82/+92
* Add assertionspelissip2005-05-181-57/+5
* Fix bug: returning 1 didn't take the rounding mode into account.pelissip2005-05-181-10/+7
* Clean uppelissip2005-05-171-53/+40