summaryrefslogtreecommitdiff
path: root/src/exp3.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-02-12 13:26:58 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-02-12 13:26:58 +0000
commita59d1cb500db4a0272a4ec45142e6fbd1d1ad695 (patch)
tree5b1e32012cf9d0d9ccfb165215349227f0b01586 /src/exp3.c
parenta47fc8c004c27f1b26d9a54ef244641c3fe860cb (diff)
downloadmpfr-a59d1cb500db4a0272a4ec45142e6fbd1d1ad695.tar.gz
[src/exp3.c] Merged r9883 to simplify a future patch generation
(fix of comment formatting, which shouldn't have been with the other r9883 changes). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@10026 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/exp3.c')
-rw-r--r--src/exp3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exp3.c b/src/exp3.c
index be4c23f94..474829233 100644
--- a/src/exp3.c
+++ b/src/exp3.c
@@ -175,7 +175,7 @@ mpfr_exp_3 (mpfr_ptr y, mpfr_srcptr x, mpfr_rnd_t rnd_mode)
/* decompose x */
/* we first write x = 1.xxxxxxxxxxxxx
- ----- k bits -- */
+ ----- k bits -- */
prec_x = MPFR_INT_CEIL_LOG2 (MPFR_PREC (x)) - MPFR_LOG2_GMP_NUMB_BITS;
if (prec_x < 0)
prec_x = 0;