Package libcore.math
Class MathUtils
java.lang.Object
libcore.math.MathUtils
public final class MathUtils extends Object
-
Field Summary
Fields Modifier and Type Field Description static long[]LONG_POWERS_OF_TENAn array with powers of ten that fit in the typelong(10^0,10^1,...,10^18). -
Method Summary
-
Field Details
-
LONG_POWERS_OF_TEN
public static final long[] LONG_POWERS_OF_TENAn array with powers of ten that fit in the typelong(10^0,10^1,...,10^18).
-