- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testBinomialSmall (0.05 seconds)
-
guava-tests/test/com/google/common/math/BigIntegerMathTest.java
} public void testFactorialNegative() { assertThrows(IllegalArgumentException.class, () -> BigIntegerMath.factorial(-1)); } public void testBinomialSmall() { runBinomialTest(0, 30); } @GwtIncompatible // too slow public void testBinomialLarge() { runBinomialTest(31, 100); }
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Wed Nov 19 01:35:24 GMT 2025 - 27.1K bytes - Click Count (0)