summaryrefslogtreecommitdiff
path: root/src/log10p1.c
Commit message (Expand)AuthorAgeFilesLines
* In various functions, use mpfr_equal_p() instead of mpfr_cmp() == 0.vlefevre2021-04-231-1/+1
* [src/log10p1.c] In mpfr_log10p1_small: an "else" case if better thanvlefevre2021-02-051-15/+19
* [src/log10p1.c] Improved checking / debugging support.vlefevre2021-02-031-6/+9
* added a new function mpfr_log10p1 to compute log10(1+x)zimmerma2021-02-031-0/+203