benleggiero
02/25/2018, 7:17 PMsomeDouble *= (someShort + 1) / someOtherShort
Compile to this JS code?
someDouble *= (someShort + 1) / someOtherShort | 0;
Orest Savchak
02/25/2018, 10:55 PMsomeOtherShort
to int
and prevent from possible different results in Kotlin
and js
.benleggiero
02/26/2018, 3:09 AM