- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for testConstantsBiggestSimpleBinomials (0.46 seconds)
-
guava-tests/test/com/google/common/math/LongMathTest.java
assertFalse(fitsInLong(BigIntegerMath.binomial(2 * k, k))); // 2 * k is the smallest value for which we don't replace k with (n-k). } @GwtIncompatible // TODO public void testConstantsBiggestSimpleBinomials() { for (int i = 0; i < LongMath.biggestSimpleBinomials.length; i++) { int k = i; assertTrue(LongMath.biggestSimpleBinomials[k] <= LongMath.biggestBinomials[k]);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Oct 30 14:15:36 GMT 2025 - 31.4K bytes - Click Count (0) -
guava-tests/test/com/google/common/math/IntMathTest.java
Vincent Potucek <******@****.***> 1754940519 -0700
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Aug 11 19:31:30 GMT 2025 - 24.1K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/math/IntMathTest.java
Vincent Potucek <******@****.***> 1754940519 -0700
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Aug 11 19:31:30 GMT 2025 - 24.1K bytes - Click Count (0)