Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testBinomialSmall (0.05 sec)

  1. 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);
      }
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 27K bytes
    - Viewed (0)
Back to top