I\'m using Java in an application running on multiple machines, and all machines need to get the same results for mathematical operations. Is it safe to use Java\'s floating poi
In addition to strictfp, there's also StrictMath which requires that the results be predictable for transcendental and other functions.
strictfp