diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-03-01 05:06:48 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-03-01 05:06:48 +0000 |
| commit | 7a15a32a17f4c2cbeb6f842c4c6b1cf93e4639e7 (patch) | |
| tree | 68d1372161050b27e72d171803683f7f1bc388eb /lib/msun/man/sinh.3 | |
| parent | ee32cbed3bb1ae77ecd48cab0c28a0dd2e1ee795 (diff) | |
Notes
Diffstat (limited to 'lib/msun/man/sinh.3')
| -rw-r--r-- | lib/msun/man/sinh.3 | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/lib/msun/man/sinh.3 b/lib/msun/man/sinh.3 index 39e0a1fa48222..ded4f1fe3c756 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 |
