Appendix A: System Routines — Math
759
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
did_push_series
(continued)
See Also: push_lim, push_substitute_simplify, push_subst_no_simp
Example:
/* Returns TRUE after pushing a tagged integer –1 onto the estack. */
push_quantum (8u); /* Push variable x */
ki = top_estack;
push_sum (ki, IntegerMinus1Index);
i = top_estack;
did_push_series (i, ki, Integer2Index, NULL_INDEX, TRUE);