summaryrefslogtreecommitdiff
path: root/src/pow.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* Use MPFR_IS_NEG and MPFR_IS_POS instead of comparing the sign with 0.vlefevre2014-06-251-4/+4
* [src] Replaced some MPFR_ASSERTN's by MPFR_STAT_STATIC_ASSERT (from thevlefevre2014-01-241-1/+1
* [src/*.c] Replaced mpfr_set_divby0 by the faster MPFR_SET_DIVBY0,vlefevre2014-01-211-1/+1
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Applied patch 3 by Ondřej Bílka with some manual corrections,vlefevre2013-07-221-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* [src] Replaced the flags-related mpfr_clear_* internal macros by anvlefevre2012-04-201-3/+3
* Avoid potential integer overflows and improve consistency. This shouldvlefevre2012-02-221-1/+1
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* [src] Conversion into UTF-8 (only comments were concerned).vlefevre2011-06-201-6/+6
* [src/pow.c] Made the code more robust concerning the scaling (a bug wasvlefevre2011-06-201-3/+27
* [src/pow.c] Fixed a bug in mpfr_pow_general when an argument is reusedvlefevre2011-03-291-2/+6
* Get rid of deprecated register_printf_function function in logging system.thevenyp2011-03-171-4/+12
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* [src/pow.c] Added an assertion.vlefevre2011-01-171-0/+1
* Added support for the division-by-zero exception for the power functionsvlefevre2011-01-161-1/+4
* Source reorganization. In short:vlefevre2010-08-171-0/+675