Demo, latest tip:
Demo.print(parseInt(0.2)) // Prints 36028797018964041 - Expected: 0 :)
The fix is trivial.
Demo, latest tip:
Demo.print(parseInt(0.2)) // Prints 36028797018964041 - Expected: 0 :)
The fix is trivial.
Thanks! Fixed on develop now.