Tom wrote: > semantics. For instance, anything in java.lang.Math (taking strictfp > concerns into account, of course). Is strictfp still a consideration for java.lang.Math? Isn't there something like java.lang.StrictMath now? ( strictfp version of java.lang.Math) AG