|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Constants related to different radixes for the long
data type.
Field Summary | |
static long[] |
BASE
Bases for radixes 2, ..., 36. |
static int[] |
BASE_DIGITS
The power of the radix in each base. |
static long[] |
MAX_EXPONENT
Maximum allowed exponent for each radix. |
static long[][] |
MINIMUM_FOR_DIGITS
The minimum number in each radix to have the specified amount of digits. |
Field Detail |
public static final long[] BASE
public static final int[] BASE_DIGITS
public static final long[][] MINIMUM_FOR_DIGITS
public static final long[] MAX_EXPONENT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |