Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 8180 (0.2 sec)

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

      private static final ImmutableList<Double> SIXTEEN_SQUARES_DOUBLES =
          ImmutableList.of(
              25.0, 100.0, 0.0, 144.0, 9.0, 121.0, 4.0, 225.0, 169.0, 64.0, 49.0, 16.0, 36.0, 1.0, 81.0,
              196.0);
    
      private static final ImmutableList<Long> SIXTEEN_SQUARES_LONGS =
          ImmutableList.of(
              25L, 100L, 0L, 144L, 9L, 121L, 4L, 225L, 169L, 64L, 49L, 16L, 36L, 1L, 81L, 196L);
    Java
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Wed Sep 06 17:04:31 GMT 2023
    - 29.7K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/math/QuantilesTest.java

      private static final ImmutableList<Double> SIXTEEN_SQUARES_DOUBLES =
          ImmutableList.of(
              25.0, 100.0, 0.0, 144.0, 9.0, 121.0, 4.0, 225.0, 169.0, 64.0, 49.0, 16.0, 36.0, 1.0, 81.0,
              196.0);
    
      private static final ImmutableList<Long> SIXTEEN_SQUARES_LONGS =
          ImmutableList.of(
              25L, 100L, 0L, 144L, 9L, 121L, 4L, 225L, 169L, 64L, 49L, 16L, 36L, 1L, 81L, 196L);
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed Sep 06 17:04:31 GMT 2023
    - 29.7K bytes
    - Viewed (0)
Back to top