- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for checkedSubtract (0.05 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.subtractExact(a, b)") public static long checkedSubtract(long a, long b) { return Math.subtractExact(a, b); } /** * Returns the product of {@code a} and {@code b}, 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)