diff options
Diffstat (limited to 'lib/libm/man/asinh.3')
-rw-r--r-- | lib/libm/man/asinh.3 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/libm/man/asinh.3 b/lib/libm/man/asinh.3 index 540e14fedec..9ceca282679 100644 --- a/lib/libm/man/asinh.3 +++ b/lib/libm/man/asinh.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: asinh.3,v 1.7 2000/03/02 00:29:49 todd Exp $ +.\" $OpenBSD: asinh.3,v 1.8 2003/02/27 01:07:43 jason Exp $ .\" Copyright (c) 1985, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -48,9 +48,7 @@ .Sh DESCRIPTION The .Fn asinh -and -.Fn asinhf -functions compute the inverse hyperbolic sine +function computes the inverse hyperbolic sine of the real argument .Sh RETURN VALUES @@ -60,6 +58,10 @@ and .Fn asinhf functions return the inverse hyperbolic sine of .Ar x . +The +.Fn asinhf +function is a single precision version of +.Fn asinh . .Sh SEE ALSO .Xr acosh 3 , .Xr atanh 3 , |