You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java 25 added three unsignedMultiplyExact methods, two powExact methods, and three unsignedPowExact methods. StrictMath has the same method signatures.
Java 25 added three unsignedMultiplyExact methods, two powExact methods, and three unsignedPowExact methods. StrictMath has the same method signatures.
https://docs.oracle.com/en/java/javase/26/docs/api/java.base/java/lang/Math.html#unsignedMultiplyExact(int,int)
https://docs.oracle.com/en/java/javase/26/docs/api/java.base/java/lang/Math.html#powExact(int,int)
https://docs.oracle.com/en/java/javase/26/docs/api/java.base/java/lang/Math.html#unsignedPowExact(int,int)
https://docs.oracle.com/en/java/javase/26/docs/api/java.base/java/lang/StrictMath.html#unsignedMultiplyExact(int,int)
https://docs.oracle.com/en/java/javase/26/docs/api/java.base/java/lang/StrictMath.html#powExact(int,int)
https://docs.oracle.com/en/java/javase/26/docs/api/java.base/java/lang/StrictMath.html#unsignedPowExact(int,int)