diff options
author | jkh <jkh@FreeBSD.org> | 1995-03-01 05:06:48 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-03-01 05:06:48 +0000 |
commit | 4d71750d42027edbc0501a36f71265917f601d76 (patch) | |
tree | 68d1372161050b27e72d171803683f7f1bc388eb /lib/msun/man/cosh.3 | |
parent | bfcb419e68efbbb96953c29a9b4c15c948b1e11c (diff) | |
download | FreeBSD-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/cosh.3')
-rw-r--r-- | lib/msun/man/cosh.3 | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/lib/msun/man/cosh.3 b/lib/msun/man/cosh.3 index 33cc949..8944381 100644 --- a/lib/msun/man/cosh.3 +++ b/lib/msun/man/cosh.3 @@ -30,27 +30,34 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)cosh.3 5.1 (Berkeley) 5/2/91 -.\" $Id: cosh.3,v 1.4 1993/10/29 22:57:26 jtc Exp $ +.\" $Id: cosh.3,v 1.1.1.1 1994/08/19 09:39:42 jkh Exp $ .\" .Dd May 2, 1991 .Dt COSH 3 .Os .Sh NAME -.Nm cosh -.Nd hyperbolic cosine function +.Nm cosh , +.Nm coshf +.Nd hyperbolic cosine functions .Sh SYNOPSIS .Fd #include <math.h> .Ft double .Fn cosh "double x" +.Ft float +.Fn cosh "float x" .Sh DESCRIPTION The .Fn cosh -function computes the hyperbolic cosine of +and the +.Fn coshf +functions compute the hyperbolic cosine of .Fa x . .Sh RETURN VALUES The .Fn cosh -function returns the hyperbolic cosine unless the magnitude +and the +.Fn coshf +functions return the hyperbolic cosine unless the magnitude of .Fa x is too large; in this event, the global variable |