Skip to content

Add History and Recalc function #8

Description

@danvim

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions