Chapter Contents

Previous

Next
COSH

COSH



Returns the hyperbolic cosine

Category: Hyperbolic


Syntax
Arguments
Details
Examples

Syntax

COSH(argument)

Arguments

argument
is numeric.


Details

The COSH function returns the hyperbolic cosine of the argument, given by

[IMAGE]


Examples

SAS Statements Results
x=cosh(0);
1
x=cosh(-5.0);
74.209948525
x=cosh(0.5);
1.1276259652


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.