public interface DoubleRadixConstants
double
data type.Modifier and Type | Field and Description |
---|---|
static double[] |
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 double[][] |
MINIMUM_FOR_DIGITS
The minimum number in each radix to have the specified amount of digits.
|
static final double[] BASE
static final int[] BASE_DIGITS
static final double[][] MINIMUM_FOR_DIGITS
static final long[] MAX_EXPONENT
Copyright © 2017. All rights reserved.