Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

        100000000000000L,
        1000000000000000L,
        10000000000000000L,
        100000000000000000L,
        1000000000000000000L
      };
    
      // halfPowersOf10[i] = largest long less than 10^(i + 0.5)
      @GwtIncompatible // TODO
      @VisibleForTesting
      static final long[] halfPowersOf10 = {
        3L,
        31L,
        316L,
        3162L,
        31622L,
        316227L,
        3162277L,
        31622776L,
        316227766L,
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 09 23:01:02 GMT 2026
    - 46.8K bytes
    - Click Count (0)
Back to Top