<puritylake[m]>
Is the floating point implementation in Java consistent across all machines?
<headius>
Generally yes
<headius>
It does not hide platform differences but otherwise tries to be consistent
<puritylake[m]>
Also curious if there is another feature outside of sprintf that needs to be worked on?
<enebo[m]>
puritylake: just fixing issues for upcoming 9.4 largely
<puritylake[m]>
Ah cool, been really trying to understand dtoa in CRuby, it’s a mess to translate that to Java due to gotos, might need to look elsewhere
<headius>
Yeah that coffee is rough
<enebo[m]>
puritylake: I can totally understand. It is a difficult project.