EasyManuals Logo

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 #520 background imageLoading...
Page #520 background image
478
Appendix A: System Routines — EStack Arithmetic
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
is_constant
Declaration:
Boolean
is_constant
(EStackIndex
i
)
Category(ies):
EStack Arithmetic
Description:
Determines whether the expression indexed by
i
is a constant.
Inputs:
i
Index to an expression.
Outputs:
Returns TRUE if the expression indexed by
i
is free of all variables.
Otherwise returns FALSE. Examples include expressions composed of real
or unreal numbers,
p
,
e
, transfinites, true, false, and aggregates thereof.
Assumptions:
i
indexes the top tag of an expression.
Side Effects:
None
Availability:
On AMS 2.02 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: can_be_approxed, is_complex_number, is_complex_float
Examples:
Boolean has_constant_term (EStackIndex i)
/* Returns TRUE if and only if the expression indexed by i has a zero
top-level constant term. */
{ while (! is0 (i))
if (is_constant (lead_term_index (i)))
return TRUE;
else
i = reductum_index (i);
return FALSE;
} /* end has_constant_term */

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