Hacker News new | ask | show | jobs
by TazeTSchnitzel 3887 days ago
> Have they tightened up the floating point semantics? Or do you still get different rounding behaviour on the JVM, dart and JS?

Doing so ought to be trivial if they haven't. Java has a mode where it uses doubles everywhere. JavaScript has Math.fround() for single-precision arithmetic.