-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
Hy Chris,
I try to implement a percentage calculation in form of:
20 + 19% that should result in 23.8 or
45 * 10% that should result in 202.5
For the first one you could also state 20 * 1.19, but the users are more familiar to the first way.
As I can see, the calculator can be extended, but operators always follow the form x [operator] y.
Do you see a way how I can implement this with the AbstractSymbol API?
Greetings from Germany
Volker