Stack ERROR
Problem:
• The calculation you are performing has exceeded the capacity of the numeric or
stack memory.
Solution:
• Simplify the calculation expression so that the calculation does not exceed the
capacity of the stack memory.
• Try to divide the calculation into two or more parts.
Syntax ERROR
Problem:
• The problem is in the form of a calculation that you perform.
Solution:
• Make the necessary corrections.
Insufficient MEM ERROR
Problem:
• Arranging parameters in TABLE mode caused more than 30 x values to be
generated for the table.
Solution:
• Narrow the calculation range of the table by changing the start value, end value,
and step value. Then try again.
Argument ERROR
Problem:
• A decimal argument has been entered for the random number function.
Solution:
• Enter only integers as an argument.