Other Content

Table Of Contents
5. Press ·.
Using a Private Library Function or Program
To use a Private library object, you must know its long name. For example, the
long name of the object defined as func1 in the library document lib1 is
lib1\func1.
Note: If you cannot remember the exact name or the order of arguments
required for a private library object, you can open the library document or use
the Program Editor to view the object.
1. Make sure you have defined the object in the document’s first problem,
stored the object, saved the library document in the MyLib folder, and
refreshed the libraries.
2. Open the TI-Nspire application in which you want to use the function or
program.
Note: All applications can evaluate functions, but only the Calculator and
Notes applications can run programs.
3. Type the name of the object. In the case of a function or program, always
follow the name with parentheses.
libs2\func1()
4. If the object requires you to supply one or more arguments, type the values
or variable names inside the parentheses.
libs2\func1(34,power)
5. Press ·.
Running a Non-Library Program or Function
1. Make sure you are in the same problem in which the function or program is
defined.
2. Type the name of the function or program on the entry line.
—or—
Press h to select the name from a list.
You must always include a set of parentheses after the name.
prog1()
Getting Started with the Program Editor 493