summaryrefslogtreecommitdiffstats
path: root/lib/msun/man/sinh.3
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-03-01 05:06:48 +0000
committerjkh <jkh@FreeBSD.org>1995-03-01 05:06:48 +0000
commit4d71750d42027edbc0501a36f71265917f601d76 (patch)
tree68d1372161050b27e72d171803683f7f1bc388eb /lib/msun/man/sinh.3
parentbfcb419e68efbbb96953c29a9b4c15c948b1e11c (diff)
downloadFreeBSD-src-4d71750d42027edbc0501a36f71265917f601d76.zip
FreeBSD-src-4d71750d42027edbc0501a36f71265917f601d76.tar.gz
Additions from Thomas Graichen to mention each functions' floating point
counterpart. Submitted by: Thomas Graichen <graichen@sirius.physik.fu-berlin.de>
Diffstat (limited to 'lib/msun/man/sinh.3')
-rw-r--r--lib/msun/man/sinh.315
1 files changed, 11 insertions, 4 deletions
diff --git a/lib/msun/man/sinh.3 b/lib/msun/man/sinh.3
index 39e0a1f..ded4f1f 100644
--- a/lib/msun/man/sinh.3
+++ b/lib/msun/man/sinh.3
@@ -30,26 +30,33 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)sinh.3 6.6 (Berkeley) 4/19/91
-.\" $Id: sinh.3,v 1.4 1993/10/29 22:57:30 jtc Exp $
+.\" $Id: sinh.3,v 1.1.1.1 1994/08/19 09:39:42 jkh Exp $
.Dd April 19, 1991
.Dt SINH 3
.Os
.Sh NAME
-.Nm sinh
+.Nm sinh ,
+.Nm sinhf
.Nd hyperbolic sine function
.Sh SYNOPSIS
.Fd #include <math.h>
.Ft double
.Fn sinh "double x"
+.Ft float
+.Fn sinhf "float x"
.Sh DESCRIPTION
The
.Fn sinh
-function computes the hyperbolic sine of
+and the
+.Fn sinhf
+functions compute the hyperbolic sine of
.Fa x .
.Sh RETURN VALUES
The
.Fn sinh
-function returns the hyperbolic sine value unless
+and the
+.Fn sinhf
+functions return the hyperbolic sine value unless
the magnitude
of
.Fa x
OpenPOWER on IntegriCloud