Push_Max2 - Texas Instruments TI-89 Developer's Manual

Graphing calculator
Hide thumbs Also See for TI-89:
Table of Contents

Advertisement

800

push_max2

Declaration:
void push_max2 (EStackIndex i , EStackIndex j )
Category(ies):
Math
Description:
Pushes the expression indexed by i if j is equal to NULL_INDEX. Otherwise
pushes onto the estack the internally-simplified maximum of the two
expressions indexed by i and j .
i
Inputs:
j
Outputs:
None
Assumptions:
None
Side Effects:
None
Availability:
On AMS 2.02 and higher.
TI-89 / TI-92 Plus
Differences:
None
See Also:
push_min1, push_min2, push_min, push_max1, push_max
Example:
push_Float (3.2);
j = top_estack;
push_Float (5.7);
push_max2 (top_estack, j);
TI-89 / TI-92 Plus Developer Guide
— Index of the top tag of an internally-simplified algebraic expression
or aggregate thereof.
— NULL_INDEX or an index of the top tag of an internally-simplified
algebraic expression or aggregate thereof.
/* Pushes a tagged float 5.7 */
Not for Distribution
Appendix A: System Routines — Math
Beta Version January 26, 2001

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ti-92 plusTi-92 plus

Table of Contents