| tanh |
(Number num) |
yoix.math |
| |
Returns the hyperbolic tangent of
num.
The hyperblic cosine of
num
is defined as
(exp(num)-exp(-num))/(exp(num)+exp(-num))
or simply
sinh(num)/cosh(num).
| |
| Return: |
double
| | |
| See Also: |
asin,
acos,
atan,
atan2,
cos,
cosh,
sin,
sinh,
tan,
toDegrees,
toRadians
|
|
Yoix is a registered trademark of AT&T Inc.
|