public interface RadixConstants
Modifier and Type | Field and Description |
---|---|
static int[] |
DOUBLE_PRECISION
Precision of a
double in the digits of each radix. |
static int[] |
FLOAT_PRECISION
Precision of a
float in the digits of each radix. |
static int[] |
LONG_DIGITS
How many digits maximally fit in a
long in each radix. |
static int[] |
LONG_PRECISION
Precision of a
long in the digits of each radix. |
static int[][] |
RADIX_FACTORS
Factors of numbers 2, ..., 36.
|
static final int[][] RADIX_FACTORS
RADIX_FACTORS[radix]
contains an array of
integers containing the different factors of the radix.static final int[] FLOAT_PRECISION
float
in the digits of each radix.static final int[] DOUBLE_PRECISION
double
in the digits of each radix.static final int[] LONG_PRECISION
long
in the digits of each radix.static final int[] LONG_DIGITS
long
in each radix.Copyright © 2018. All rights reserved.