Push_Or - Texas Instruments TI-89 Developer's Manual

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

Advertisement

742

push_or

Declaration:
void push_or (EStackIndex i , EStackIndex j )
Category(ies):
Logic
Description:
Pushes onto the estack the internally-simplified form of the logical "or" of
the Boolean expressions indexed by i and j .
i , j — Indices of the top tags of internally-simplified Boolean expressions
Inputs:
Outputs:
None
Assumptions:
None
Side Effects:
None
Availability:
On AMS 2.02 and higher.
TI-89 / TI-92 Plus
Differences:
None
See Also:
or_onto_top, replace_top2_with_or, push_and, and_onto_top,
replace_top2_with_and, push_not
Example:
push_quantum (8u);
arg2 = top_estack;
push_not (arg2);
push_or (top_estack, arg2);
TI-89 / TI-92 Plus Developer Guide
or aggregates thereof.
/* Push variable x */
/* Pushes a TRUE_TAG */
Not for Distribution
Appendix A: System Routines — Logic
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