summaryrefslogtreecommitdiff
path: root/src/pow.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* [src/pow.c]vlefevre2020-03-161-4/+7
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
* [src/pow.c] Fixed the code in case the size of the mpfr_exp_t typevlefevre2018-04-061-7/+15
* [src/pow.c] simplified case x=2^b and y < 0zimmerma2018-04-061-25/+22
* [src/pow.c] Updated comments.vlefevre2018-04-051-1/+5
* [src/pow.c] Reverted r12541 (which yielded a failure in tpow_all),vlefevre2018-04-051-9/+9
* [src/pow.c] fixed typozimmerma2018-04-051-1/+0
* [src/pow.c] Corrected indentation.vlefevre2018-04-041-25/+25
* [src/pow.c] added a commentzimmerma2018-04-041-0/+2
* [src/pow.c] removed some dead code (with comment explaining why)zimmerma2018-04-041-8/+9
* [src/pow.c] simplify code for prec=1zimmerma2018-04-041-22/+5
* [src/pow.c] added commentzimmerma2018-03-291-2/+2
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* [src/Makefile.am] new file odd_p.czimmerma2017-02-271-54/+7
* [src/beta.c] several fixeszimmerma2017-02-271-9/+9
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* [src/pow.c] Punctuation to make clear that there are 2 sentences.vlefevre2016-12-071-2/+2
* [src/pow.c] Added an assertion.vlefevre2016-12-071-3/+7
* [pow.c] tuned starting precisionzimmerma2016-12-071-2/+5
* use MPFR_INT_CEIL_LOG2zimmerma2016-12-071-4/+7
* [pow.c] reduced overhead of special cases (gives speedup of a factor of twozimmerma2016-12-061-40/+45
* Improved code related to mpfr_set_exp_t:vlefevre2016-05-171-2/+2
* prepare mpfr_pow to work for precision 1zimmerma2016-02-041-5/+18
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* 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