diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-02-27 01:07:44 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-02-27 01:07:44 +0000 |
commit | 4f5627528f9bc99c93d4ea01fdefe233f917603c (patch) | |
tree | 234f095c22afb5127e58306944c76b3ddd439743 /lib/libm/man/acos.3 | |
parent | 077831197a41fdd8a68a9f3606a5a183f98f2fe7 (diff) |
describe *f in terms of the double precision version (more of this to come... after dinner).
Diffstat (limited to 'lib/libm/man/acos.3')
-rw-r--r-- | lib/libm/man/acos.3 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/libm/man/acos.3 b/lib/libm/man/acos.3 index 3ff5270fcf1..7c21f6226d2 100644 --- a/lib/libm/man/acos.3 +++ b/lib/libm/man/acos.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acos.3,v 1.7 2000/03/02 00:29:49 todd Exp $ +.\" $OpenBSD: acos.3,v 1.8 2003/02/27 01:07:43 jason Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -48,12 +48,14 @@ .Sh DESCRIPTION The .Fn acos -and -.Fn acosf -functions compute the principal value of the arc cosine of +function computes the principal value of the arc cosine of .Fa x in the range .Bq 0 , \*(Pi . +The +.Fn acosf +is a single precision version of +.Fn acos . .Sh RETURN VALUES If |x|>1, .Fn acos "x" |