788
Appendix A: System Routines — Math
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
push_im
Declaration:
void
push_im
(EStackIndex
k
)
Category(ies):
Math
Description:
Pushes onto the estack the internally-simplified imaginary part of the
expression indexed by
k
.
Inputs:
k
— Index of the top tag of an internally-simplified algebraic expression,
algebraic 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_re, push_phase, push_abs, push_conj
Example:
push_Float (2.3);
real_part = top_estack;
push_Float (3.5);
replace_top2_with_imre (real_part);
push_im (top_estack); /* Pushes tagged float 3.5 */