google / j2cl

Java to Closure JavaScript transpiler
Apache License 2.0
1.24k stars 146 forks source link

Implement java.lang.Math.nextAfter, nextUp, nextDown #249

Closed niloc132 closed 3 months ago

niloc132 commented 3 months ago

Tested by merging https://github.com/vertispan/j2cl/commit/testing (based on https://github.com/gkdn/j2cl/commit/9c7e7805da8eb8a6a42c932d1d65a3c65657be78 from https://github.com/google/j2cl/issues/93#issuecomment-1920545025, which no longer merges cleanly).

gkdn commented 3 months ago

Thanks for the patch; pulling it in. For the unit test patch, I will start fixing the issues.