- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for subtractExact (0.29 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava/src/com/google/common/math/IntMath.java
* Math#subtractExact(int, int)} instead. * * @throws ArithmeticException if {@code a - b} overflows in signed {@code int} arithmetic */ @InlineMe(replacement = "Math.subtractExact(a, b)") public static int checkedSubtract(int a, int b) { return Math.subtractExact(a, b); } /**Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jan 29 22:14:05 GMT 2026 - 26.1K bytes - Click Count (0)