summaryrefslogtreecommitdiff
path: root/zeta_ui.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2009-02-27 15:46:06 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2009-02-27 15:46:06 +0000
commitdf7fc35899973db44b5462170f3d533898589d36 (patch)
tree3ec96a320edcf8957b3327f21acf2e98f15c8516 /zeta_ui.c
parent206f7135b7061a5536e612846b29f5fefbcb716f (diff)
downloadmpfr-df7fc35899973db44b5462170f3d533898589d36.tar.gz
Untabified and deleted trailing spaces (for patches).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6043 280ebfd0-de03-0410-8827-d642c229c3f4
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)