• Your input exceeds the allowable input range (particularly when using
functions).
• The calculation you are performing contains an illegal mathematical
operation (such as division by zero).
Action:
• Check the input values, reduce the number of digits, and try again.
• When using a variable as the argument of a function, make sure that
the variable value is within the allowable range for the function.
Stack ERROR
Cause:
• The calculation you are performing has caused the capacity of the
numeric stack or the command stack to be exceeded.
Action:
• Simplify the calculation expression so it does not exceed the capacity
of the stack.
• Try splitting the calculation into two or more parts.
Argument ERROR
Cause:
• There is a problem with the argument of the calculation you are
performing.
Action:
• Make necessary corrections.
Range ERROR
Cause (T
able app):
• An attempt to generate a number table in the Table app whose
conditions cause it to exceed the maximum number of allowable rows.
Action:
• Narrow the table calculation range by changing the Start, End, and
Step values, and try again.
Cause (Math Box app):
• The value input as the Attempts (number of trials) for Dice Roll or
Coin Toss is outside the allowable range or is a non-integer value.
Action:
• For Attempts
, input an integer value that is within the allowable range.
85