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

Recognise new combination operators for useful percent operations #137

Closed
wants to merge 10 commits into from

Conversation

jeremypw
Copy link
Collaborator

@jeremypw jeremypw commented Aug 31, 2020

Related to #133

  • a +% n increase a by n% : a(100 + n) / 100
  • a -% n decrease a by n% : a(100 - n) / 100
  • a *% n n% of a : (a × n) / 100

It may be useful to add buttons for these (on the extended grid)

Jeremy Wootten added 2 commits August 31, 2020 17:58
* A +% N - increase A by N%
* A -% N - decrease A by N%
* A *% N - N% of A
@jeremypw jeremypw closed this May 19, 2021
@jeremypw jeremypw deleted the new-percent-operators branch May 19, 2021 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants