aboutsummaryrefslogtreecommitdiff
path: root/lib/msun
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2018-11-04 14:11:38 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2018-11-04 14:11:38 +0000
commit6d080f8660b370f83eb10a840b6d14b6dd84a1de (patch)
tree8a56ef2c0eb20944387d216bb1e55ab40d39c9b7 /lib/msun
parent874e7db1f798100b6b4e0efa69ad91570f88b16b (diff)
Notes
Diffstat (limited to 'lib/msun')
-rw-r--r--lib/msun/man/csqrt.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/msun/man/csqrt.3 b/lib/msun/man/csqrt.3
index d8066aea156b1..6780270c89d42 100644
--- a/lib/msun/man/csqrt.3
+++ b/lib/msun/man/csqrt.3
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 30, 2008
+.Dd November 4, 2018
.Dt CSQRT 3
.Os
.Sh NAME
@@ -78,7 +78,7 @@ k + \*(Na*I \*(Na + \*(Na*I \&
.Pp
For numbers with negative imaginary parts, the above special cases
apply given the identity:
-.Dl csqrt(conj(z) = conj(sqrt(z))
+.Dl csqrt(conj(z)) = conj(csqrt(z))
Note that the sign of \*(Na is indeterminate.
Also, if the real or imaginary part of the input is finite and
an \*(Na is generated, an invalid exception will be thrown.