Skip to content

Add History and Recalc function #8

@danvim

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions