Skip to content

Percentage calculations #8

@lehnen

Description

@lehnen

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions