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 #301 background imageLoading...
Page #301 background image
Appendix A: System Routines — Algebra Utilities
259
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
lead_base_index
Declaration:
EStackIndex
lead_base_index
(EStackIndex
i
)
Category(ies):
Algebra Utilities
Description:
Returns
factor_base_index
(
lead_factor_index
(
i
)).
Inputs:
i
Index of the top tag of an internally-simplified algebraic expression.
Outputs:
Returns
factor_base_index
(
lead_factor_index
(
i
)).
Assumptions:
None
Side Effects:
None
Availability:
On AMS 1.05 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: factor_base_index, index_of_lead_base_of_lead_term
Example:
Boolean has_unit_base (EStackIndex i)
/* Returns TRUE if at least one of the top_level factors has a physical unit or
physical constant as a base. Otherwise returns FALSE.
*/
{ while (! IS_NUMBER_TAG (ESTACK (i)))
{ if (IS_UNIT (lead_base_index (i)))
return TRUE;
i = remaining_factors_index (i);
}
return FALSE;
}

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