20050501
Tip
• You can include up to 99 arguments in a function.
• If you do not specify a folder, the function is stored in the current folder.
• A function defined using the
Define
command can contain only a single expression. You cannot
link multiple expressions or commands using colons (
:
) or carriage returns.
Executing a User-defined Function
The following is the syntax for executing a user-defined function.
<function name> ([<argument>[,<argument>...]])
The following shows an example of how to perform a manual calculation in the Main
application.
Example:
The following is a function created under “Creating a New User-defined Function”
on page 12-5-1.
f4 (
x
) =
x
× (
x
+ 1
)
×
(
x
– 2)
12-5-3
User-defined Functions
Tip
• You can use the following steps to recall user-defined functions stored in the “library” folder using
the catalog (cat) keyboard. For more information about the “library” folder, see “1-7 Variables and
Folders”.
1. Press
k
.
2. Tap the
(
(catalog) tab.
3. On the catalog (cat) keyboard, tap the [Form] down arrow button, and then select [USER].
4. Scroll the list of functions until the function you want is visible, and then tap the function name
you want.
5. Tap [INPUT].
Summary of Contents for ClassPad 300 PLUS
Page 11: ...20050501 ClassPad 300 PLUS ClassPad OS Version 2 20 ...
Page 197: ...20050501 2 10 7 Using Verify 4 Input x 2 1 and press E 5 Input x i x i and press E ...
Page 649: ...20050501 u Graph Line Clustered D u Graph Line Stacked F 13 8 2 Graphing ...
Page 650: ...20050501 u Graph Line 100 Stacked G u Graph Column Clustered H 13 8 3 Graphing ...
Page 651: ...20050501 u Graph Column Stacked J u Graph Column 100 Stacked K 13 8 4 Graphing ...
Page 652: ...20050501 u Graph Bar Clustered L u Graph Bar Stacked 13 8 5 Graphing ...