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 #285 background imageLoading...
Page #285 background image
Appendix A: System Routines — Algebra Utilities
243
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
index_numeric_term
(continued)
Example:
If i indexes the internally-simplified expression
x^2 + 7 + 1 + x
then
index_numeric_term
(i) returns index(8).
If i indexes the internally-simplified expression
x^2 + x
then
index_numeric_term
(i) returns Float0Index if IS_ARITH_APPROX
is true and Integer0Index if IS_ARITH_APPROX is false.
If i indexes the internally-simplified expression
x^2 +
p
then
index_numeric_term
(i) returns Float0Index if IS_ARITH_APPROX
is true and Integer0Index if IS_ARITH_APPROX is false.
Boolean sum_has_modest_numeric_term (EStackIndex i)
/* i indexes a sum.
Returns TRUE if it does not have a top-level numeric term or if its
magnitude is < MAX_EXP_ARG. Otherwise returns FALSE.
*/
{ i = index_numeric_term (i);
return NULL_INDEX == i ||
FABS (estack_number_to_Float (i)) < MAX_EXP_ARG;
}

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