Class FactorArguments
java.lang.Object
de.tilman_neumann.jml.factor.base.FactorArguments
public class FactorArguments
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description FactorArguments(java.math.BigInteger N, int exp)
Full constructor. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
N
public java.math.BigInteger NThe number to factor -
NBits
public int NBitsThe number of bits of N -
exp
public int expThe exponent of N
-
-
Constructor Details
-
FactorArguments
public FactorArguments(java.math.BigInteger N, int exp)Full constructor.- Parameters:
N
- the number to factorexp
- the exponent of N
-