Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Substract percent incorrect #222

Open
oleksiivasylenko opened this issue Mar 4, 2024 · 3 comments
Open

Substract percent incorrect #222

oleksiivasylenko opened this issue Mar 4, 2024 · 3 comments

Comments

@oleksiivasylenko
Copy link

Hi, version of app 2.2.3

Using app:
0.0003 - 0.1% = 0.0003
0.0003 - 1% = 0.0003

Correct:
0.0003 - 0.1% = 0.0002996..
0.0003 - 1% = 0.0002969..

of course there is precision, but still 0.0003 - 1% = 0.0003 this looks totaly wrong
photo_2024-03-04_15-05-32

@derei
Copy link

derei commented Jul 20, 2024

@oleksiivasylenko you are correct: the issue is your precission settings. The result is fine, considering what precission settings you may have.

Same operation on my end:
Percent_substraction

@oleksiivasylenko
Copy link
Author

Same operation on my end:

Thanks! Could you please let me know where I can set this setting? And the issue is reloved

@derei
Copy link

derei commented Jul 20, 2024

@oleksiivasylenko
ImgTbox_2024-07-20_15-08-01_1606

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants