summaryrefslogtreecommitdiff
path: root/src/log_ui.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* 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
* Replaced mpfr_mul_2exp & mpfr_div_2exp by mpfr_mul_2ui & mpfr_div_2ui,vlefevre2018-04-171-1/+1
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* [src/log_ui.c] added FIXMEzimmerma2016-09-061-2/+10
* [src/log_ui.c] Changes for ISO C90 compatibility.vlefevre2016-05-251-5/+5
* [src/log_ui.c] Added an assertion.vlefevre2016-05-251-0/+1
* improved mpfr_log_uizimmerma2016-05-251-49/+80
* small improvements to log_ui (still slower than log for large precision)zimmerma2016-05-241-5/+9
* Replacedvlefevre2016-02-041-1/+1
* [src/log_ui.c] Added a FIXME comment: mpfr_log_ui is much slower thanvlefevre2016-01-151-0/+4
* [src/log_ui.c] Fixed the computation of p.vlefevre2016-01-151-2/+7
* [src/log_ui.c] Removed a mpz_sub_ui(...,1) to match the comment.vlefevre2016-01-151-6/+5
* [src/log_ui.c] Compute the value of k without rounding (if n was largervlefevre2016-01-151-2/+6
* [src/log_ui.c] Added assertions.vlefevre2016-01-151-0/+3
* [src/log_ui.c] Replaced a comment by an assertion.vlefevre2016-01-151-1/+2
* [src/log_ui.c] Added a FIXME (integer overflow for large n).vlefevre2016-01-151-1/+1
* added new function mpfr_log_uizimmerma2016-01-141-0/+174