public final class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static BigInteger |
BIG_0
Often used constant holding the value
0 as BigInteger . |
static BigInteger |
BIG_1
Often used constant holding the value
1 as BigInteger . |
static BigInteger |
BIG_2
Often used constant holding the value
2 as BigInteger . |
static BigInteger |
BIG_3
Often used constant holding the value
3 as BigInteger . |
static BigInteger |
BIG_4
Often used constant holding the value
4 as BigInteger . |
static BigInteger |
BIG_5
Often used constant holding the value
5 as BigInteger . |
static BigInteger |
BIG_6
Often used constant holding the value
6 as BigInteger . |
static BigInteger |
BIG_7
Often used constant holding the value
7 as BigInteger . |
static BigInteger |
BIG_8
Often used constant holding the value
8 as BigInteger . |
static BigInteger |
BIG_9
Often used constant holding the value
9 as BigInteger . |
static BigInteger |
BIG_M1
Often used constant holding the value
-1 as BigInteger
. |
static BigInteger |
BIG_M2
Often used constant holding the value
-2 as BigInteger
. |
static BigInteger |
BIG_M3
Often used constant holding the value
-3 as
BigInteger . |
static BigInteger |
BIG_M4
Often used constant holding the value
-4 as
BigInteger . |
static BigInteger |
BIG_M5
Often used constant holding the value
-5 as
BigInteger . |
static int |
MILLER_RABIN_CERTAINTY
Specifies the certainty (1 - 1/2^100) by which
an integer is considered to be prime after passing the Miller-Rabin test.
|
public static final int MILLER_RABIN_CERTAINTY
public static final BigInteger BIG_M1
-1
as BigInteger
.public static final BigInteger BIG_M2
-2
as BigInteger
.public static final BigInteger BIG_M3
-3
as
BigInteger
.public static final BigInteger BIG_M4
-4
as
BigInteger
.public static final BigInteger BIG_M5
-5
as
BigInteger
.public static final BigInteger BIG_0
0
as BigInteger
.public static final BigInteger BIG_1
1
as BigInteger
.public static final BigInteger BIG_2
2
as BigInteger
.public static final BigInteger BIG_3
3
as BigInteger
.public static final BigInteger BIG_4
4
as BigInteger
.public static final BigInteger BIG_5
5
as BigInteger
.public static final BigInteger BIG_6
6
as BigInteger
.public static final BigInteger BIG_7
7
as BigInteger
.public static final BigInteger BIG_8
8
as BigInteger
.public static final BigInteger BIG_9
9
as BigInteger
.Copyright © 2011–2022 Stiftung SIC. All rights reserved.