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 #463 background imageLoading...
Page #463 background image
Appendix A: System Routines — Direct Floating Point Operations
421
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
push_Float
Declaration:
void
push_Float
(Float
d
)
Category(ies):
Direct Floating Point Operations
Description:
Pushes a tagged float onto the estack if
d
is representable as a finite Float.
If
d
is not representable as a finite Float, the most appropriate transfinite
tag is pushed.
Inputs:
d
Untagged C Float value.
Outputs:
None
Assumptions:
None
Side Effects:
None
Availability:
On AMS 1.05 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: push_Float_to_nonneg_int
Examples:
void push_half (void)
/* Pushes a tagged float 0.5 if global computation mode = APPROXIMATE.
Otherwise pushes a tagged fraction 1/2. */
{ if (IS_ARITH_APPROX)
push_Float (FLOAT_HALF);
else
push_reciprocal_of_quantum (2u);
}

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