Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for 46341 (0.08 seconds)

  1. android/guava/src/com/google/common/math/IntMath.java

                  return limit;
                }
                b *= b;
              }
          }
        }
      }
    
      @VisibleForTesting static final int FLOOR_SQRT_MAX_INT = 46340;
    
      /**
       * Returns {@code n!}, that is, the product of the first {@code n} positive integers, {@code 1} if
       * {@code n == 0}, or {@link Integer#MAX_VALUE} if the result does not fit in a {@code int}.
       *
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Jan 29 22:14:05 GMT 2026
    - 26.1K bytes
    - Click Count (0)
Back to Top