Skip to content

Functions over history results #24

Open
@lucianmarin

Description

Functions like (sum, avg, etc.) over entire history of results.

sum(*) (or any other special character) should produce the sum of all results in the current session.

Or the way bc does it. Mark result as a variable then use the variable tip later in a sum with other variables.

bill=10+20+30+40+50
tip=bill*10/100
bill+tip

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions