Appendix A: System Routines — Math
807
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
push_next_arb_int
Declaration:
void
push_next_arb_int
(void)
Category(ies):
Math
Description:
Pushes onto the estack the next arbitrary integer variable. Wraps to 0 suffix
when
ARb_int_count
exceeds one quantum.
Inputs:
None
Outputs:
None
Assumptions:
None
Side Effects:
None
Availability:
On AMS 1.05 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: push_next_arb_real
Example:
push_next_arb_int(); /* Pushes an ARB_INT_TAG on top of a quantum whose
value is history-dependent. */