public interface LongRadixConstants
long
data type.Modifier and Type | Field and Description |
---|---|
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.
|
static final long[] BASE
static final int[] BASE_DIGITS
static final long[][] MINIMUM_FOR_DIGITS
static final long[] MAX_EXPONENT
Copyright © 2018. All rights reserved.