what replaced strictfp in java?

118 Views Asked by At

The strictfp keyword was introduced into Java with the Java virtual machine version 1.2 and its functionality was removed in JVM version 17. As of Java 17, IEEE 754 semantics is required, thus using this keyword has no effect.

But how to achieve the same result of IEEE 754 standard? Was it simply removed from the language?

0

There are 0 best solutions below