EasyManuals Logo
Home>Texas Instruments>Calculator>TI-89

Texas Instruments TI-89 Developer's Guide

Texas Instruments TI-89
1398 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #776 background imageLoading...
Page #776 background image
734
Appendix A: System Routines — Logic
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
is_real
Declaration:
Boolean
is_real
(EStackIndex
i
)
Category(ies):
Logic
Description:
Determine whether the internally-simplified algebraic expression indexed
by
i
is real for all finite real values of all variables therein.
Inputs:
i
Index of the top tag of an internally-simplified expression or an
aggregate thereof.
Outputs:
Returns TRUE if it can determine that the internally-simplified algebraic
expression indexed by
i
is real for all finite real values of all variables
therein. Otherwise returns FALSE, even though the expression might
always be real.
Assumptions:
None
Side Effects:
None
Availability:
On AMS 2.02 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also:
None
Example:
void push_real_factors (EStackIndex i)
/* Pushes the product of the decidably real factors of i. */
{ if (MULTIPLY_TAG == ESTACK (i))
{ push_real_factors (next_expression_index (--i));
if (is_real (i))
times_top (i);
}
else if (is_real (i))
push_expression (i);
else
push_expression (Integer1Index);
}

Table of Contents

Other manuals for Texas Instruments TI-89

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments TI-89 and is the answer not in the manual?

Texas Instruments TI-89 Specifications

General IconGeneral
Display size (HxV)100 x 160 mm
Memory type639K FLASH ROM, 188K bytes RAM
Compatible operating systemsOperating System 2.09
Battery typeAAA

Related product manuals