- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for checkedMultiply (0.14 seconds)
-
android/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. *Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 09 23:01:02 GMT 2026 - 46.8K bytes - Click Count (0)