diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-01-16 17:44:48 +0100 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-01-16 17:44:48 +0100 |
commit | 2fda57bd09e52d892a2d703c34a0400a0b1031d6 (patch) | |
tree | 491598cee2491486da6de93a6a5461acb647d2c7 /man3/csqrt.3 | |
parent | ff40dbb354be48759607eef6bb672907a6c59291 (diff) |
_syscall.2, accept.2, epoll_create.2, inotify_add_watch.2, ioctl.2, msgget.2, msgop.2, open.2, prctl.2, sched_setscheduler.2, semctl.2, semget.2, swapon.2, addseverity.3, cacosh.3, csqrt.3, dirfd.3, drand48.3, fputws.3, mq_send.3, posix_openpt.3, puts.3, sched_getcpu.3, shm_open.3, sqrt.3, sysconf.3, tgamma.3, ulimit.3, credentials.7, svipc.7: Global fix: s/non-negative/nonnegative/
The tendency in English, as prescribed in style guides like
Chicago MoS, is towards removing hyphens after prefixes
like "non-" etc.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/csqrt.3')
-rw-r--r-- | man3/csqrt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/csqrt.3 b/man3/csqrt.3 index f8315805..22655f3e 100644 --- a/man3/csqrt.3 +++ b/man3/csqrt.3 @@ -16,7 +16,7 @@ csqrt, csqrtf, csqrtl \- complex square root Link with \fI\-lm\fP. .SH DESCRIPTION Calculate the square root of a given complex number, -with non-negative real part, and +with nonnegative real part, and with a branch cut along the negative real axis. (That means that \fIcsqrt(\-1+eps*I)\fP will be close to I while \fIcsqrt(\-1\-eps*I)\fP will be close to \-I, \fIif eps\fP is a small positive |