diff options
-rw-r--r-- | src/const_euler.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/const_euler.c b/src/const_euler.c index 6e3c3cd37..0510b2f40 100644 --- a/src/const_euler.c +++ b/src/const_euler.c @@ -72,7 +72,7 @@ mpfr_const_euler_bs_clear (mpfr_const_euler_bs_t s) } static void -mpfr_const_euler_bs_1 (mpfr_const_euler_bs_t s, +mpfr_const_euler_bs_1 (mpfr_const_euler_bs_t s, unsigned long n1, unsigned long n2, unsigned long N, int cont) { @@ -262,7 +262,7 @@ mpfr_const_euler_internal (mpfr_t x, mpfr_rnd_t rnd) MPFR_ZIV_NEXT (loop, wp); } - + MPFR_ZIV_FREE (loop); inexact = mpfr_set (x, y, rnd); @@ -274,4 +274,3 @@ mpfr_const_euler_internal (mpfr_t x, mpfr_rnd_t rnd) return inexact; /* always inexact */ } - |