summaryrefslogtreecommitdiff
path: root/get_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'get_str.c')
-rw-r--r--get_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/get_str.c b/get_str.c
index d9cc4ff02..fceaa066b 100644
--- a/get_str.c
+++ b/get_str.c
@@ -61,7 +61,7 @@ main()
mpfr_init2 (l0, 23);
mpfr_set (l0, l, GMP_RNDD);
mpfr_sub (l, l, l0, GMP_RNDU);
- mpfr_round_prec (l, GMP_RNDU, 53);
+ mpfr_prec_round (l, 53, GMP_RNDU);
log_b2[beta-2] = mpfr_get_d (l0, GMP_RNDU);
log_b2_low[beta-2] = mpfr_get_d (l, GMP_RNDU);
mpfr_clear (l0);