diff options
Diffstat (limited to 'mpfr-impl.h')
-rw-r--r-- | mpfr-impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mpfr-impl.h b/mpfr-impl.h index 2b93724c7..50b59516a 100644 --- a/mpfr-impl.h +++ b/mpfr-impl.h @@ -1689,6 +1689,8 @@ __MPFR_DECLSPEC mpz_t* mpfr_bernoulli_internal _MPFR_PROTO((mpz_t*, __MPFR_DECLSPEC int mpfr_sincos_fast _MPFR_PROTO((mpfr_t, mpfr_t, mpfr_srcptr, mpfr_rnd_t)); +__MPFR_DECLSPEC double mpfr_scale2 _MPFR_PROTO((double, int)); + #if defined (__cplusplus) } #endif |