Yet-Zio / yetCalc

Yet another calculator designed and developed for Android
BSD 3-Clause "New" or "Revised" License
221 stars 17 forks source link

Rounding and precision settings don't work #140

Closed BadIDMan closed 1 month ago

BadIDMan commented 1 month ago

Screenshot_20240925_064239_yetCalc

Whatever settings I set: Left Justify Results on/off Almost Integer Rounding on/off Canonical Rounding on/off

its always result as on attached screenshot.

Yet-Zio commented 1 month ago

Hi @BadIDMan, Left justify result is for aligning result(text) to left not the numbers.

You need to set Canonical Rounding to on like this: Screenshot_20240925-144230

Then the result would be: Screenshot_20240925-144046

Also which version of the app are you using

BadIDMan commented 1 month ago

With these 3 settings set to "on" result of multiplying these numbers is indeed OK. I played with these 3 settings but omitted 3 of them to set to "on" :-) I'm using version 1.1.4

Yet-Zio commented 1 month ago

Yea, the settings are sometimes confusing 😅 Glad to know the issue is resolved. Thank You.