- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for subtractExact (0.04 sec)
-
guava/src/com/google/common/math/LongMath.java
* * <p><b>Note:</b> this method is now unnecessary and should be treated as deprecated; use {@link * Math#subtractExact(long, long)} instead. Note that if both arguments are {@code int} values, * writing {@code Math.subtractExact(a, b)} will call the {@link Math#subtractExact(int, int)} * overload, not {@link Math#subtractExact(long, long)}. Also note that subtracting two {@code
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Aug 29 16:20:07 UTC 2025 - 46.8K bytes - Viewed (0)