deefrawley / Flow.Launcher.Plugin.Currency

Currency conversion plugin for Flow Launcher that uses the euro and rates at https://www.ecb.europa.eu/ to convert between currencies.
MIT License
16 stars 2 forks source link

Decimal precision not working correctly #1

Closed deefrawley closed 3 years ago

deefrawley commented 3 years ago

Conversions display incorrectly over a certain number of significant places.

deefrawley commented 3 years ago

Was using decimal.getcontext().prec incorrectly. Switched to simply using round.

deefrawley commented 3 years ago

Fixed in release v1.1