summaryrefslogtreecommitdiff
path: root/src/mul_i.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mul_i.c')
-rw-r--r--src/mul_i.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mul_i.c b/src/mul_i.c
index b59f511..9c72170 100644
--- a/src/mul_i.c
+++ b/src/mul_i.c
@@ -1,4 +1,4 @@
-/* mpc_mul_si -- Multiply a complex number by plus or minus i.
+/* mpc_mul_i -- Multiply a complex number by plus or minus i.
Copyright (C) 2005, 2009 Andreas Enge, Philippe Th\'eveny
@@ -76,6 +76,6 @@ mpc_mul_i (mpc_ptr a, mpc_srcptr b, int sign, mpc_rnd_t rnd)
inex_im = mpfr_neg (MPC_IM (a), MPC_RE (b), MPC_RND_IM (rnd));
}
}
-
- return MPC_INEX(inex_re, inex_im);
+
+ return MPC_INEX(inex_re, inex_im);
}