summaryrefslogtreecommitdiff
path: root/src/mpfr.h
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-03 15:23:55 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-03 15:23:55 +0000
commit944f9eaff82e2f56d5f9e43b766aa09eb4ed4630 (patch)
tree166c859dc31e1df5986f8909ee3e9122456688a6 /src/mpfr.h
parentad1bdf435587ff2e8b5e85b50984970bea8134ad (diff)
downloadmpfr-944f9eaff82e2f56d5f9e43b766aa09eb4ed4630.tar.gz
added a new function mpfr_log10p1 to compute log10(1+x)
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14350 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/mpfr.h')
-rw-r--r--src/mpfr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mpfr.h b/src/mpfr.h
index f7e39447a..2bed3685d 100644
--- a/src/mpfr.h
+++ b/src/mpfr.h
@@ -614,6 +614,7 @@ __MPFR_DECLSPEC int mpfr_log2 (mpfr_ptr, mpfr_srcptr, mpfr_rnd_t);
__MPFR_DECLSPEC int mpfr_log10 (mpfr_ptr, mpfr_srcptr, mpfr_rnd_t);
__MPFR_DECLSPEC int mpfr_log1p (mpfr_ptr, mpfr_srcptr, mpfr_rnd_t);
__MPFR_DECLSPEC int mpfr_log2p1 (mpfr_ptr, mpfr_srcptr, mpfr_rnd_t);
+__MPFR_DECLSPEC int mpfr_log10p1 (mpfr_ptr, mpfr_srcptr, mpfr_rnd_t);
__MPFR_DECLSPEC int mpfr_log_ui (mpfr_ptr, unsigned long, mpfr_rnd_t);
__MPFR_DECLSPEC int mpfr_exp (mpfr_ptr, mpfr_srcptr, mpfr_rnd_t);