Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for roundToInt (0.12 seconds)

  1. android/guava-tests/test/com/google/common/math/DoubleMathTest.java

        }
      }
    
      @GwtIncompatible // DoubleMath.roundToInt(double, RoundingMode)
      public void testRoundNaNToIntAlwaysFails() {
        for (RoundingMode mode : ALL_ROUNDING_MODES) {
          assertThrows(ArithmeticException.class, () -> DoubleMath.roundToInt(Double.NaN, mode));
        }
      }
    
      @GwtIncompatible // DoubleMath.roundToInt(double, RoundingMode)
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Oct 30 14:15:36 GMT 2025
    - 27.3K bytes
    - Click Count (0)
  2. guava-tests/test/com/google/common/math/DoubleMathTest.java

        }
      }
    
      @GwtIncompatible // DoubleMath.roundToInt(double, RoundingMode)
      public void testRoundNaNToIntAlwaysFails() {
        for (RoundingMode mode : ALL_ROUNDING_MODES) {
          assertThrows(ArithmeticException.class, () -> DoubleMath.roundToInt(Double.NaN, mode));
        }
      }
    
      @GwtIncompatible // DoubleMath.roundToInt(double, RoundingMode)
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Oct 30 14:15:36 GMT 2025
    - 27.3K bytes
    - Click Count (0)
Back to Top