You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
History can retrieve previous evaluations results.
Syntax
History(0) // most recent history, eq. to Ans
History(1) // eq. PreAns
...
History(n) // if this history does not exist, return 0
Recalc(n) // this will recalculate the n+1th previous input