I forgot about a very relevant Java modifier https://en.wikipedia.org/wiki/Strictfp (also available as Scala annotation: https://www.scala-lang.org/api/current/scala/annotation/strictfp.html ) and class java.lang.StrictMath
1 Like