Texas Instruments TI-89 Developer's Manual page 483

Graphing calculator
Hide thumbs Also See for TI-89:
Table of Contents

Advertisement

Appendix A: System Routines — Display
Parse1DExpr
Example:
/* Assume i is the EStackIndex of the tagged floating-point number 314.15926535898
and that the current MODE setting for Display Digits is FLOAT 6, then */
HANDLE h;
h = Parse1DExpr (i, TRUE, 4);
/* returns a HANDLE to a memory block containing width restricted ASCII text 314. */
h = display_statements (i, TRUE, 3);
/* returns a HANDLE to a memory block containing the width restricted ASCII
text . . . , because the number cannot be represented in 3 characters. */
TI-89 / TI-92 Plus Developer Guide
(continued)
Not for Distribution
441
Beta Version January 26, 2001

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ti-92 plusTi-92 plus

Table of Contents