Texas Instruments ‎N3/TBL/1L1/J TI-Nspire CX Graphing Calculator

User Manual - Page 40

For N3/TBL/1L1/J.

PDF File Manual, 230 pages, Read Online | Download pdf file

N3/TBL/1L1/J photo
Loading ...
Loading ...
Loading ...
36 Alphabetical Listing
Define
Catalog >
Define Function(Param1, Param2, ...) =
Expression
Defines the variable Var or the user-
defined function Function.
Parameters, such as Param1, provide
placeholders for passing arguments to the
function. When calling a user-defined
function, you must supply arguments (for
example, values or variables) that
correspond to the parameters. When called,
the function evaluates Expression using
the supplied arguments.
Var and Function cannot be the name of a
system variable or built-in function or
command.
Note: This form of Define is equivalent to
executing the expression: expression
Function(Param1,Param2).
Define Function(Param1, Param2, ...) =
Func
Block
EndFunc
Define Program(Param1, Param2, ...) =
Prgm
Block
EndPrgm
In this form, the user-defined function or
program can execute a block of multiple
statements.
Block can be either a single statement or a
series of statements on separate lines.
Block also can include expressions and
instructions (such as If, Then, Else, and For).
Note for entering the example: For
instructions on entering multi-line program
and function definitions, refer to the
Calculator section of your product
guidebook.
Loading ...
Loading ...
Loading ...