summaryrefslogtreecommitdiff
path: root/man3/atan2.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-12-24 11:00:22 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-12-24 11:00:22 +0000
commit646b2977171c92cf13514ed9dc19b7c6b8a37a3a (patch)
treec63b109a66d0556983305e9bad9b4c237e18fc6f /man3/atan2.3
parent13d3bb13c9ee2566cce07b7f862958d53a91c6d6 (diff)
ffix
Diffstat (limited to 'man3/atan2.3')
-rw-r--r--man3/atan2.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/atan2.3 b/man3/atan2.3
index 51693031..db72accf 100644
--- a/man3/atan2.3
+++ b/man3/atan2.3
@@ -49,7 +49,7 @@ The
function calculates the arc tangent of the two
variables \fIx\fP and \fIy\fP.
It is similar to calculating the
-arc tangent of \fIy\fP / \fIx\fP, except that the signs of both
+arc tangent of \fIy\ /\ x\fP, except that the signs of both
arguments are used to determine the quadrant of the result.
.SH "RETURN VALUE"
The