summaryrefslogtreecommitdiff
path: root/src/log10.c
Commit message (Expand)AuthorAgeFilesLines
* log10.c: cosmeticsenge2012-10-011-33/+40
* log10.c: special code for potentially exact real part needs to be carriedenge2012-10-011-2/+4
* log10.c: rewrite to source out more to mpc_logenge2012-10-011-193/+98
* log10.c: shortened code without changing functionalityenge2012-10-011-90/+37
* log10.c, log10.dat: alternative patch using mpfr_log10enge2012-10-011-15/+4
* log10.c, log10.dat: reverted previous bug fix to propose a different patchenge2012-10-011-3/+1
* [log10.c] fix bug reported by M. Gastineauzimmerma2012-10-011-1/+3
* changed GMP_RND? to MPFR_RND?enge2012-07-231-30/+30
* rename RNDC to MPC_RND in mpc.henge2012-07-051-2/+2
* increase code coverage to 99.9%zimmerma2012-06-281-17/+17
* [src/log10.c] fixed typo (thanks Andreas Enge)zimmerma2012-04-171-1/+1
* [src/log10.c] fixed infinite loop when x^2+y^2 equals a power of ten,zimmerma2012-04-171-0/+49
* [log10.c] fixed wrong use of mpfr_can_round (found by hydra)zimmerma2012-04-041-12/+12
* added new function mpc_log10zimmerma2012-04-031-0/+248