summaryrefslogtreecommitdiff
path: root/src/sqr.c
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-09-16 18:57:15 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-09-16 18:57:15 +0000
commit8a1058609d66b3b7953546364c91c2985881f5a3 (patch)
treed68d3add8cc1e59757b0958a4facf2d0484a135a /src/sqr.c
parentf9c8f44698532e3893627ff7b4b8b2b593a57e76 (diff)
downloadmpc-8a1058609d66b3b7953546364c91c2985881f5a3.tar.gz
typo in comment
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@835 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'src/sqr.c')
-rw-r--r--src/sqr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sqr.c b/src/sqr.c
index 14c7da0..2dc8f68 100644
--- a/src/sqr.c
+++ b/src/sqr.c
@@ -88,8 +88,8 @@ mpc_sqr (mpc_ptr rop, mpc_srcptr op, mpc_rnd_t rnd)
mpc_conj (rop, rop, MPC_RNDNN);
return MPC_INEX(inex_re, inex_im);
}
- /* If the real and imaginary part of the argument have rop very different */
- /* exponent, it is not reasonable to use Karatsuba squaring; compute */
+ /* If the real and imaginary parts of the argument have very different */
+ /* exponents, it is not reasonable to use Karatsuba squaring; compute */
/* exactly with the standard formulae instead, even if this means an */
/* additional multiplication. */
if (SAFE_ABS (mpfr_exp_t,