aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/man/asinh.3
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-03-01 05:06:48 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-03-01 05:06:48 +0000
commit7a15a32a17f4c2cbeb6f842c4c6b1cf93e4639e7 (patch)
tree68d1372161050b27e72d171803683f7f1bc388eb /lib/msun/man/asinh.3
parentee32cbed3bb1ae77ecd48cab0c28a0dd2e1ee795 (diff)
downloadsrc-7a15a32a17f4c2cbeb6f842c4c6b1cf93e4639e7.tar.gz
src-7a15a32a17f4c2cbeb6f842c4c6b1cf93e4639e7.zip
Notes
Diffstat (limited to 'lib/msun/man/asinh.3')
-rw-r--r--lib/msun/man/asinh.319
1 files changed, 13 insertions, 6 deletions
diff --git a/lib/msun/man/asinh.3 b/lib/msun/man/asinh.3
index 01b62bf5d7d1..f24a60c59dd6 100644
--- a/lib/msun/man/asinh.3
+++ b/lib/msun/man/asinh.3
@@ -30,22 +30,27 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)asinh.3 6.4 (Berkeley) 5/6/91
-.\" $Id: asinh.3,v 1.4 1993/10/29 22:57:23 jtc Exp $
+.\" $Id: asinh.3,v 1.1.1.1 1994/08/19 09:39:41 jkh Exp $
.\"
.Dd May 6, 1991
.Dt ASINH 3
.Os BSD 4.3
.Sh NAME
-.Nm asinh
-.Nd inverse hyperbolic sine function
+.Nm asinh ,
+.Nm asinhf
+.Nd inverse hyperbolic sine functions
.Sh SYNOPSIS
.Fd #include <math.h>
.Ft double
.Fn asinh "double x"
+.Ft float
+.Fn asinhf "float x"
.Sh DESCRIPTION
The
.Fn asinh
-function computes the inverse hyperbolic sine
+and the
+.Fn asinhf
+functions compute the inverse hyperbolic sine
of the real
argument
.Ar x .
@@ -54,8 +59,10 @@ For a discussion of error due to roundoff, see
.Sh RETURN VALUES
The
.Fn asinh
-function
-returns the inverse hyperbolic sine of
+and the
+.Fn asinhf
+functions
+return the inverse hyperbolic sine of
.Ar x .
.Sh SEE ALSO
.Xr acosh 3 ,