aboutsummaryrefslogtreecommitdiffstats
path: root/man3/csqrt.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/csqrt.3')
-rw-r--r--man3/csqrt.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/csqrt.3 b/man3/csqrt.3
index d166d3ffe5..ff658c02fc 100644
--- a/man3/csqrt.3
+++ b/man3/csqrt.3
@@ -18,8 +18,8 @@ Link with \-lm.
Calculate the square root of a given complex number,
with nonnegative real part, and
with a branch cut along the negative real axis.
-(That means that csqrt(-1+eps*I) will be close to I while
-csqrt(-1-eps*I) will be close to \-I, if eps is a small positive
+(That means that csqrt(\-1+eps*I) will be close to I while
+csqrt(\-1\-eps*I) will be close to \-I, if eps is a small positive
real number.)
.SH "CONFORMING TO"
C99