Push_Greater_Than_Or_Equals - Texas Instruments TI-89 Developer's Manual

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

Advertisement

546

push_greater_than_or_equals

Declaration:
void push_greater_than_or_equals (EStackIndex i , EStackIndex j )
Category(ies):
Expression Evaluation / Algebraic Simplification
Description:
Pushes onto the estack the internally-simplified equivalent of the inequality
(expression i )
To accommodate stepping through inequality solving, the simplification is
merely a comparison of the two sides for the default
IS_AUTO_SOLVE_OFF.
If the result is neither a TRUE_TAG nor a FALSE_TAG, the result could be
true for some values of the variables therein but false for other values.
Alternatively the simplification might not be powerful enough to determine
that the result is always true or always false.
Inputs:
i , j — Indices of the top tags of internally-simplified strings, algebraic
Outputs:
None
Assumptions:
None
Side Effects:
None
Availability:
On AMS 2.02 and higher.
TI-89 / TI-92 Plus
Differences:
None
See Also:
push_not_equals, push_greater_than, push_less_than, push_equals,
push_less_than_or_equals
Example:
push_Float (2.3);
j = top_estack;
push_Float (3.5);
push_greater_than_or_equals (top_estack, j);
TI-89 / TI-92 Plus Developer Guide
Appendix A: System Routines — Expression Evaluation /
(expression j ).
expressions, or aggregates thereof.
Not for Distribution
Algebraic Simplification
/* Pushes TRUE_TAG */
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