Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for subtractExact (0.12 sec)

  1. 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)
Back to top