- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for checkedMultiply (0.05 sec)
-
guava/src/com/google/common/math/LongMath.java
* b}. * * @throws ArithmeticException if {@code a * b} overflows in signed {@code long} arithmetic */ @InlineMe(replacement = "Math.multiplyExact(a, b)") public static long checkedMultiply(long a, long b) { return Math.multiplyExact(a, b); } /** * Returns the {@code b} to the {@code k}th power, provided it does not overflow. *Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Nov 03 21:01:09 UTC 2025 - 46.8K bytes - Viewed (0)