Functions and CALL Routines |
Category: | Hyperbolic |
Syntax | |
Arguments | |
Details | |
Examples |
Syntax |
SINH(argument) |
Details |
The SINH function returns the hyperbolic sine of the argument, which is given by
Examples |
SAS Statements | Results |
---|---|
x=sinh(0); |
0 |
x=sinh(1); |
1.1752011936 |
x=sinh(-1.0); |
-1.175201194 |
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.