Hi
Strictfp is part of java since years but unrelated to javaee. It doesnt
prevent underflow/overflow IIRC but guarantees arithmetic portability.
Le 12 mars 2018 05:24, "A Z" a écrit :
-Do openEJB or TomEE have implementation for the strictfp keyword for
floats and doubles to prevent underflow
-Do openEJB or TomEE have implementation for the strictfp keyword for floats
and doubles to prevent underflow and overflow, and enforce arithmetic accuracy
upon operator manipulations of those types? Certainly in 64 bit as well as 32
bit JVMs?
-Can someone tell me of a Java Virtual Machine tha