Few Multiplications are not working as expected.
Expected: No Decimal part.
But few multiplications are working as expected.
Is there a JS explanation behind this?
My fix:
I used Math.trunc() to always have an integral part after multiplication. But I hope this shouldn't be required by default.