Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 22 (0.18 sec)

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

              + (-2.2 - MANY_VALUES_MEAN) * (555.555555 - OTHER_MANY_VALUES_MEAN);
    
      static final ImmutableList<Integer> INTEGER_MANY_VALUES =
          ImmutableList.of(11, -22, 3333, -4444, 555555);
      static final int INTEGER_MANY_VALUES_COUNT = 5;
      static final double INTEGER_MANY_VALUES_MEAN = (11.0 - 22.0 + 3333.0 - 4444.0 + 555555.0) / 5;
    Java
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Thu Nov 09 22:49:56 GMT 2023
    - 23.8K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/math/StatsTesting.java

              + (-2.2 - MANY_VALUES_MEAN) * (555.555555 - OTHER_MANY_VALUES_MEAN);
    
      static final ImmutableList<Integer> INTEGER_MANY_VALUES =
          ImmutableList.of(11, -22, 3333, -4444, 555555);
      static final int INTEGER_MANY_VALUES_COUNT = 5;
      static final double INTEGER_MANY_VALUES_MEAN = (11.0 - 22.0 + 3333.0 - 4444.0 + 555555.0) / 5;
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Nov 09 22:49:56 GMT 2023
    - 22.4K bytes
    - Viewed (0)
Back to top