Appendix A: System Routines — Algebra Utilities
287
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
push_percent
Declaration:
void
push_percent
(EStackIndex
i
)
Category(ies):
Algebra Utilities
Description:
Pushes the expression indexed by
i
, divided by 100.
Inputs:
i
— 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:
None
Example:
push_Float (55.0)
push_percent (top_estack); /* Pushes 0.55 */