Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for hasAnyNegativeInfinity (0.57 seconds)

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

          } else if (values.hasAnyPositiveInfinity() && values.hasAnyNegativeInfinity()) {
            assertWithMessage("mean of %s", values).that(mean).isNaN();
          } else if (values.hasAnyPositiveInfinity()) {
            assertWithMessage("mean of %s", values).that(mean).isPositiveInfinity();
          } else if (values.hasAnyNegativeInfinity()) {
            assertWithMessage("mean of %s", values).that(mean).isNegativeInfinity();
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 17 16:11:48 GMT 2026
    - 33.4K bytes
    - Click Count (0)
Back to Top