Chapter Contents |
Previous |
Next |
SINH |
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 |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.