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