225
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
Appendix A: System Routines
The following is the format in which each of the entry points will appear. The
entry points are listed alphabetically by category.
Name
Name used to identify a function.
Declaration:
How the function is declared. Arguments appear in italics.
Category(ies):
Algebra Utilities, Data Utilities, etc.
Description:
Brief description of usage/purpose. How the function works.
Inputs:
Explanation of input parameters and anything that needs to be set up
before calling.
Outputs:
Explanation of return information.
Assumptions:
Description of appropriate usage context, limitations, and any other useful
information.
Side Effects:
Description of any side effect to be noted, including whether heap
compression may occur or if an error may be thrown.
Availability:
Whether it is available on TI
-
89, TI
-
92 Plus, or both and on which version
of the AMS.
TI
-
89 / TI
-
92 Plus
Differences:
Explanation of any differences that may exist between the function’s
operation on the different calculators.
See Also:
List of similar functions/global variables or functions/global variables to be
used in conjunction with this one. References to other documentation if
applicable.
Example:
Sample code.