Class FactorArguments
- java.lang.Object
-
- de.tilman_neumann.jml.factor.base.FactorArguments
-
public class FactorArguments extends Object
-
-
Field Summary
Fields Modifier and Type Field Description int
exp
The exponent of NBigInteger
N
The number to factorint
NBits
The number of bits of N
-
Constructor Summary
Constructors Constructor Description FactorArguments(BigInteger N, int exp)
Full constructor.
-
-
-
Field Detail
-
N
public BigInteger N
The number to factor
-
NBits
public int NBits
The number of bits of N
-
exp
public int exp
The exponent of N
-
-
Constructor Detail
-
FactorArguments
public FactorArguments(BigInteger N, int exp)
Full constructor.- Parameters:
N
- the number to factorexp
- the exponent of N
-
-