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 #823 background imageLoading...
Page #823 background image
Appendix A: System Routines — Math
781
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
push_extended_prod
Declaration:
void
push_extended_prod
(EStackIndex
i
, EStackIndex
ki
,
EStackIndex
j
, EStackIndex
k
)
Category(ies):
Math
Description:
Pushes onto the estack the product of the expression indexed by
i
, for the
variable indexed by
ki
ranging from the value indexed by
j
through the
value indexed by
k
. The prodand must be UNSIMPLIFIED for examples
such as
p
(rand(9), . . . ) to have the intended effect.
Inputs:
i
Indexes the top tag of a prodand, which can be an algebraic
expression, an algebraic comparison, or an aggregate thereof.
ki
Indexes the top tag of a variable.
j
,
k
Indices of algebraic expressions.
Outputs:
None
Assumptions:
None
Side Effects:
None
Availability:
On AMS 2.02 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also:
None
Example:
/* Pushes 24u FACTORIAL_TAG (n!) onto the estack */
push_quantum (24u);
upper_limit = top_estack; /* Push variable n */
push1();
lower_limit = top_estack;
push_quantum (21u);
index_var = top_estack; /* Push variable k */
push_extended_prod (index_var, index_var, lower_limit, upper_limit);

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