hydromatic / morel

Standard ML interpreter, with relational extensions, implemented in Java
Apache License 2.0
291 stars 15 forks source link

Real.signBit gives different result on JDK 19/ARM #201

Closed julianhyde closed 9 months ago

julianhyde commented 9 months ago

Real.signBit gives different result on JDK 19/ARM. Previously nan was regarded as negative (consistent with SML-NJ and Mlton, although the Basis library is unclear)