808
Appendix A: System Routines — Math
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
push_next_arb_real
Declaration:
void
push_next_arb_real
(void)
Category(ies):
Math
Description:
Pushes onto the estack the next arbitrary real variable. Wraps to 0 suffix
when
ARb_real_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_int
Example:
push_next_arb_real(); /* Pushes an ARB_REAL_TAG on top of a quantum
whose value is history-dependent. */