Skip to main content

Hello :slightly_smiling_face:

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