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 #445 background imageLoading...
Page #445 background image
Appendix A: System Routines — Direct Floating Point Operations
403
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
estack_to_float
Declaration:
Float
estack_to_float
(IndexConstQuantum
i
)
Category(ies):
Direct Floating Point Operations, EStack Utilities
Description:
Returns the Float value indexed by
i
.
Inputs:
i
Index to a tagged float.
Outputs:
Returns the Float value.
Assumptions:
i
points to the tag of a tagged float.
Side Effects:
None
Availability:
On AMS 2.00 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: estack_number_to_Float, estack_to_short, estack_to_ushort
Example:
Boolean is_Float_exact_whole_number (IndexConstQuantum i)
/* i indexes a Float.
Returns TRUE if it is a whole number whose magnitude is less than
the smallest whole number that is not represented exactly.
*/
{ Float f;
f = estack_to_float (i);
return fabs (f) <= MAX_EXACT_FLOAT_WHOLE_NUMBER &&
FLOAT0 == FMOD (f, FLOAT1);
}

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