Package libcore.math

Class MathUtils


  • public final class MathUtils
    extends Object
    • Field Detail

      • LONG_POWERS_OF_TEN

        public static final long[] LONG_POWERS_OF_TEN
        An array with powers of ten that fit in the type long (10^0,10^1,...,10^18).