diff options
| author | drochner <drochner@NetBSD.org> | 2011-11-29 13:17:04 +0000 |
|---|---|---|
| committer | drochner <drochner@NetBSD.org> | 2011-11-29 13:17:04 +0000 |
| commit | 280502151afd697b8ac14130d79d1a2b64f12474 (patch) | |
| tree | d30b7f846e040cef7d29ae91b672ac91d114a2f9 /lib/libm/complex | |
| parent | dbff0055af14f90c89e6edf5f04c376a57bd986e (diff) | |
fix minor typo
Diffstat (limited to 'lib/libm/complex')
| -rw-r--r-- | lib/libm/complex/cproj.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/complex/cproj.3 b/lib/libm/complex/cproj.3 index 228dfa69e8b..b122374a58b 100644 --- a/lib/libm/complex/cproj.3 +++ b/lib/libm/complex/cproj.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: cproj.3,v 1.2 2010/09/15 18:40:27 wiz Exp $ +.\" $NetBSD: cproj.3,v 1.3 2011/11/29 13:17:04 drochner Exp $ .\" Copyright (c) 2001-2003 The Open Group, All Rights Reserved .TH "CPROJ" 3P 2003 "IEEE/The Open Group" "POSIX Programmer's Manual" .\" cproj @@ -18,7 +18,7 @@ long double cprojl(long double complex\fP \fIz\fP\fB); \fP .SH DESCRIPTION .LP -These functions compute a projection of \fIz\fP ono the Riemann sphere: +These functions compute a projection of \fIz\fP onto the Riemann sphere: \fIz\fP projects to \fIz\fP , except that all complex infinities (even those with one infinite part and one NaN part) project to positive infinity on the real axis. If \fIz\fP has an infinite part, then cproj(z) shall be equivalent to: |
