Appendix A: System Routines — Math
767
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
push_atanh
Declaration:
void
push_atanh
(EStackIndex
k
)
Category(ies):
Math
Description:
Pushes onto the estack the internally-simplified inverse hyperbolic tangent
of the expression indexed by
k
.
When
k
indexes a square numeric matrix, pushes the Float matrix atanh
computed via
atanh
(eigenvalues(matrix)).
Inputs:
k
— Indexes the top tag of an internally-simplified algebraic expression,
comparison, or aggregate thereof.
Outputs:
None
Assumptions:
None
Side Effects:
None
Availability:
On AMS 2.02 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: push_acosh, push_asinh
Example:
push_quantum_as_nonnegative_int(1u); /* Pushes tagged integer 1 */
push_atanh(top_estack); /* Pushes PLUS_INFINITY_TAG */