Hello
I would like to know if this behaviour is normal and how to fix it. Thank you
Well, it seems to be a JS โproblemโ.
Explanation here : Floating point inaccuracy examples - Stack Overflow
Solution: Math.floor(33.27 * 100)
Can be closed
This topic was solved and automatically closed 3 days after the last reply. New replies are no longer allowed.