Functions and CALL Routines |
Category: | Hyperbolic |
Syntax | |
Arguments | |
Details | |
Examples |
Syntax |
TANH(argument) |
Details |
The TANH function returns the hyperbolic tangent of the argument, which is given by
Examples |
SAS Statements | Results |
---|---|
x=tanh(0); |
0 |
x=tanh(0.5); |
0.4621171573 |
x=tanh(-0.5); |
-0.462117157 |
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.