| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
ROUND_CEILING |
2 |
public static final int |
ROUND_DOWN |
1 |
public static final int |
ROUND_FLOOR |
3 |
public static final int |
ROUND_HALF_DOWN |
5 |
public static final int |
ROUND_HALF_EVEN |
6 |
public static final int |
ROUND_HALF_UP |
4 |
public static final int |
ROUND_UNNECESSARY |
7 |
public static final int |
ROUND_UP |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
MAX_SUPPORTED_MODULUS |
4611686018427387903L |
public static final int |
MAX_SUPPORTED_MODULUS_BITS |
62 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEGREE_OF_RANDOM_POLY |
16 |
public static final int |
SIZE_OF_RANDOM_POLY |
16 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAX_DEGREE_OF_RANDOM_POLY |
32 |
public static final int |
MIN_DEGREE_OF_RANDOM_POLY |
0 |
Copyright © 2022. All rights reserved.