Hi everyone, I have adjusted the backend theme so that I can enter more than 2 decimal places when editing an article.
This also works and is also stored correctly in the database.
Now I have the problem that in the fast editing the value is still rounded, although I have already increased decimal precision in all places to 4 which I have found by searching and toFixed is also on 4.
I started learning processing since a short time ago and I came across a problem; When deviding 199.999 by 200 I want to outcome to be with 2 decimals (so the outcome should be 1 rounded of). Without formatting the outcome is 0.999995.
I started learning processing since a short time ago and I came across a problem; When deviding 199.999 by 200 I want to outcome to be with 2 decimals (so the outcome should be 1 rounded of). Without formatting the outcome is 0.999995.