nortakales / vs-code-qalc

Interactive scratchpad calculator for VS Code
MIT License
70 stars 2 forks source link

[Feature] Add or subtract percentage #22

Closed impworks closed 2 years ago

impworks commented 2 years ago

The following expression is evaluated incorrectly:

200 + 10%

Expected result: 220 Actual result: 200

Would be nice to have this notation supported, since most physical calculators understand it.

nortakales commented 2 years ago

This will be in version v.0.1.11

nortakales commented 2 years ago

https://github.com/nortakales/vs-code-qalc/commit/f3591d17ffa924ae88c8a20c918093a552be964e https://github.com/nortakales/vs-code-qalc/commit/844041d7f1b32d0c2e63ee087282ce540c5ac2a0