Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testSqrtExact (0.63 sec)

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

          }
        }
      }
    
      // Relies on the correctness of sqrt(BigInteger, FLOOR).
      @GwtIncompatible // TODO
      public void testSqrtExact() {
        for (BigInteger x : POSITIVE_BIGINTEGER_CANDIDATES) {
          BigInteger floor = BigIntegerMath.sqrt(x, FLOOR);
          // We only expect an exception if x was not a perfect square.
    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