I'm using Kotlin 1.2, JVM target 1.8 on a Mac on Intellij IDEA 2018.2.
I am seeing very strange behavior when multiplying doubles with multiples of 9.
For anybody who is curious, this result should be 1.35. This error happens without debugging as well, and is adding up for me over multiple runs. I can get around it by using 1.5*9 and then just dividing by 10, but does anybody know why this is happening?
Feel free to check out my sample on the kotlin website