Application Guide

eval () Hub Menu
Although eval() does not display its result,
you can view the resulting Hub command
string after executing the command by
inspecting any of the following special
variables.
iostr.SendAns
iostr.GetAns
iostr.GetStrAns
Note: See also Get(page 78), GetStr(page
85), and Send(page 159).
exact()
Catalog >
exact(Expr1 [, Tolerance]) expression
exact(List1 [, Tolerance]) list
exact(Matrix1 [, Tolerance]) matrix
Uses Exact mode arithmetic to return,
when possible, the rational-number
equivalent of the argument.
Tolerance specifies the tolerance for the
conversion; the default is 0 (zero).
Exit
Catalog >
Exit
Exits the current For, While, or Loop block.
Exit is not allowed outside the three looping
structures (For, While, or Loop).
Note for entering the example: For
instructions on entering multi-line program
and function definitions, refer to the
Calculator section of your product
guidebook.
Function listing:
Alphabetical Listing 63