summaryrefslogtreecommitdiff
path: root/pow_z.c
Commit message (Expand)AuthorAgeFilesLines
* pow_z.c: solves the underflow problem in round-to-nearest by usingvlefevre2008-08-201-6/+29
* pow_z.c: formatting.vlefevre2008-08-201-1/+1
* pow_z.c: moved a log message.vlefevre2008-08-201-1/+1
* pow_z.c: added log messages.vlefevre2008-08-201-0/+2
* pow_z.c: no longer take care of the possibly lost overflow flag, asvlefevre2008-08-201-4/+4
* pow_z.c: fixed some of the underflow/overflow problems for z < 0.vlefevre2008-08-201-15/+28
* pow_z.c: improved comments.vlefevre2008-08-151-4/+6
* Merged vlefevre branch:vlefevre2008-08-111-17/+57
* pow_z.c: use MPFR_IS_POS(x) instead of MPFR_SIGN(x) > 0.vlefevre2008-07-201-1/+1
* Fixed a bug in pow_ui.c and pow_z.c: NaN^0 returned NaN instead of 1vlefevre2008-07-201-6/+4
* pow_z.c: updated comments.vlefevre2008-07-191-5/+5
* pow_z.c: rewrote an ambiguous comment.vlefevre2008-02-261-1/+3
* pow_z.c: removed obsolete comments and updated a comment.vlefevre2008-02-261-4/+1
* pow_z.c: the same variable was used with two different meanings.vlefevre2008-02-261-5/+7
* fixed bug reported by Carl Witty (on 32-bit computers):zimmerma2008-02-241-21/+54
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Merged the feature-block branch to the trunk:vlefevre2007-12-181-15/+15
* Fixed bug in mpfr_pow_z: if x = y (same mpfr_t argument), the inputvlefevre2007-12-181-11/+9
* Fixed another bug reported by Kevin Rauch (__gmpfr_emin was set smallerzimmerma2007-11-291-2/+1
* pow_z.c: fixed bug that occurs when x is a power of 2 and the resultvlefevre2007-11-041-1/+1
* 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
* Partially fixed another bug in mpfr_pow_z (overflow/underflow detectionvlefevre2006-11-171-5/+20
* Fixed a bug in mpfr_pow_z concerning the underflow flag and added thevlefevre2006-11-171-0/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Add ceil(log2(size)) bits to initial precision to avoidpelissip2005-03-301-1/+1
* Reformatted code (GNU style, untabify...).vlefevre2005-03-291-94/+94
* Replace test ('p <= i') by assertion ('p > i).pelissip2005-03-291-5/+6
* fixed bug in pow_ui (and pow_z): missing factor 2 in error boundzimmerma2005-03-251-1/+2
* Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacementpelissip2005-03-141-4/+2
* Clean up code.pelissip2005-02-141-22/+35
* Rename internal functions mpfr_set_overflow in mpfr_overflow andpelissip2005-02-031-5/+5
* Add new function mpfr_pow_z and its test file.pelissip2005-01-241-0/+226