enforce strictfp behavior in a Java program run
Is there a way to tell the Java VM to enforce the strictfp
behavior across all float point operations regardless of whether the code used the strictfp
modifier or not?
Is there a way to tell the Java VM to enforce the strictfp
behavior across all float point operations regardless of whether the code used the strictfp
modifier or not?