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 #827 background imageLoading...
Page #827 background image
Appendix A: System Routines — Math
785
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
push_floor
Declaration:
void
push_floor
(EStackIndex
k
)
Category(ies):
Math
Description:
Pushes onto the estack the internally-simplified floor of the expression
indexed by
k
. For unreal arguments x +
i
ù
y with x and y real, the result is
floor(x) +
i
ù
floor(y).
Example: floor(
L
2.1) ->
L
3
Inputs:
k
Indexes the top tag of an algebraic expression or an aggregate
thereof.
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:
void push_ceiling (EStackIndex i)
/* i indexes an algebraic expression u or an aggregate thereof.
Pushes ceiling(u) onto the estack.
Uses the identity ceiling(u) = -floor (-u).
*/
{ Access_AMS_Global_Variables;
EStackIndex old_top = top_estack;
push_negate (i);
i = top_estack;
push_floor (i);
negate_top ();
delete_between (old_top, i);
}

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