Apr 13, 2021 02:27 AM
Hello :slightly_smiling_face:
I would like to know if this behaviour is normal and how to fix it. Thank you
Solved! Go to Solution.
Apr 13, 2021 02:38 AM
Explanation here : Floating point inaccuracy examples - Stack Overflow
Solution: Math.floor(33.27 * 100)
Can be closed
Apr 13, 2021 02:33 AM
Well, it seems to be a JS “problem”.
Apr 13, 2021 02:38 AM
Explanation here : Floating point inaccuracy examples - Stack Overflow
Solution: Math.floor(33.27 * 100)
Can be closed