Push_Max1 - Texas Instruments TI-89 Developer's Manual

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

Advertisement

Appendix A: System Routines — Math

push_max1

Declaration:
void push_max1 (EStackIndex i )
Category(ies):
Math
Description:
If i indexes a matrix, returns a one-row matrix of the maximums in each
column. Otherwise if i indexes a list, returns the maximum of the elements.
Otherwise returns expression i .
Inputs:
i
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_max2, push_max
Example:
push_quantum (END_TAG);
push_Float (3.2);
push_Float (5.7);
push_quantum (LIST_TAG);
push_max1 (top_estack);
TI-89 / TI-92 Plus Developer Guide
— Indexes the top tag of an internally-simplified algebraic expression
or an aggregate thereof.
/* Pushes a tagged float 5.7 */
Not for Distribution
799
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