- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testMean_doubleVarargs (0.3 seconds)
-
android/guava-tests/test/com/google/common/math/DoubleMathTest.java
} } @GwtIncompatible // DoubleMath.mean @SuppressWarnings("deprecation") // test of deprecated method @J2ktIncompatible // b/480968849 public void testMean_doubleVarargs() { assertThat(DoubleMath.mean(1.1, -2.2, 4.4, -8.8)).isWithin(1.0e-10).of(-1.375); assertThat(DoubleMath.mean(1.1)).isWithin(1.0e-10).of(1.1);Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Feb 03 16:20:39 GMT 2026 - 27.5K bytes - Click Count (0) -
guava-tests/test/com/google/common/math/DoubleMathTest.java
} } @GwtIncompatible // DoubleMath.mean @SuppressWarnings("deprecation") // test of deprecated method @J2ktIncompatible // b/480968849 public void testMean_doubleVarargs() { assertThat(DoubleMath.mean(1.1, -2.2, 4.4, -8.8)).isWithin(1.0e-10).of(-1.375); assertThat(DoubleMath.mean(1.1)).isWithin(1.0e-10).of(1.1);Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Feb 03 16:20:39 GMT 2026 - 27.5K bytes - Click Count (0)