public interface FloatModConstants
float type.| Modifier and Type | Field and Description |
|---|---|
static float |
MAX_POWER_OF_TWO_BASE
Maximum power-of-two base that fits in a
float. |
static int |
MAX_POWER_OF_TWO_BITS
Maximum bits in a power-of-two base that fits in a
float. |
static long |
MAX_TRANSFORM_LENGTH
Maximum transform length for the moduli.
|
static float[] |
MODULUS
Moduli to be used in number theoretic transforms.
|
static float[] |
PRIMITIVE_ROOT
Primitive roots for the corresponding moduli.
|
static final float[] MODULUS
static final float[] PRIMITIVE_ROOT
static final long MAX_TRANSFORM_LENGTH
static final int MAX_POWER_OF_TWO_BITS
float.static final float MAX_POWER_OF_TWO_BASE
float.Copyright © 2024. All rights reserved.