summaryrefslogtreecommitdiff
path: root/zeta_ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'zeta_ui.c')
-rw-r--r--zeta_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zeta_ui.c b/zeta_ui.c
index a07f03f18..af5fd7b21 100644
--- a/zeta_ui.c
+++ b/zeta_ui.c
@@ -50,7 +50,7 @@ mpfr_zeta_ui (mpfr_ptr z, unsigned long m, mp_rnd_t r)
int inex;
if (r == GMP_RNDA)
- r = GMP_RNDU; /* since the result is always positive */
+ r = GMP_RNDU; /* since the result is always positive */
if (m >= p) /* 2^(-m) < ulp(1) = 2^(1-p). This means that
2^(-m) <= 1/2*ulp(1). We have 3^(-m)+4^(-m)+... < 2^(-m)