Appendix A: System Routines — Direct Floating Point Operations
431
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
tanh
Declaration:
double
tanh
(double
x
)
Category(ies):
Direct Floating Point Operations
Description:
Computes the hyperbolic tangent of
x
.
Inputs:
x
— A double floating-point value.
Outputs:
The hyperbolic tangent of
x
.
Assumptions:
None
Side Effects:
None
Availability:
All versions of the TI
-
89 / TI
-
92 Plus.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: acosh, asinh, atanh, cosh, sinh
Example: