Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functions over history results #24

Open
lucianmarin opened this issue Jul 11, 2019 · 0 comments
Open

Functions over history results #24

lucianmarin opened this issue Jul 11, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@lucianmarin
Copy link

lucianmarin commented Jul 11, 2019

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
@nerdypepper nerdypepper added the enhancement New feature or request label Nov 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants