762
Appendix A: System Routines — Math
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
push_acos
Declaration:
void
push_acos
(EStackIndex
k
)
Category(ies):
Math
Description:
Pushes onto the estack the internally-simplified principal branch of the
inverse cosine of the expression indexed by
k,
measured in radians. Thus
the real part of the result is in the range [0,
p
].
When
k
indexes a square numeric matrix, pushes the Float matrix acos
computed via
acos
(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_asin, push_atan, push_phase
Example:
push_negate_quantum_as_negint(1u); /* Pushes tagged integer -1 */
push_acos (top_estack); /* Pushes PI_TAG or tagged 3.14159 . . . */