Appendix A: System Routines — Math
771
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
push_conj
Declaration:
void
push_conj
(EStackIndex
k
)
Category(ies):
Math
Description:
Pushes onto the estack the internally-simplified complex conjugate 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_im, push_abs, push_phase, push_sign
Example:
push_quantum_as_nonnegative_int (4u);
real_part = top_estack;
push_quantum_as_nonnegative_int (2u);
replace_top2_with_imre (real_part);
push_conj (top_estack); /* Pushes 4-2
i
*/