Calculator Home Screen 224
Note: It’s easier to create a complicated multi-statement function in the Program Editor
than on the calculator Home screen. Refer to Programming.
Evaluating a Function
Evaluating a FunctionEvaluating a Function
Evaluating a Function
On the calculator Home
screen:
You can use a user-defined function just as
you would any other function. Evaluate it by
itself or include it in another expression.
Define sumrecip(nn)=Func:Local temp,i: ... :EndFunc
Use a colon to separate each
statement.
Use argument names that will never be used
when calling the function or program.
Multi-statement
functions show as
Enter a multi-statement function on
one line. Be sure to include colons.