Functions and CALL Routines |
Category: | Hyperbolic |
Syntax | |
Arguments | |
Details | |
Examples |
Syntax |
COSH(argument) |
Details |
The COSH function returns the hyperbolic cosine of the argument, given by
Examples |
SAS Statements | Results |
---|---|
x=cosh(0); |
1 |
x=cosh(-5.0); |
74.209948525 |
x=cosh(0.5); |
1.1276259652 |
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.