lima.testing
Class TestFactor

java.lang.Object
  |
  +--lima.mathematical.factorisation.Factor
        |
        +--lima.testing.TestFactor

public class TestFactor
extends Factor


Constructor Summary
protected TestFactor()
           
protected TestFactor(java.math.BigInteger base)
           
protected TestFactor(java.math.BigInteger base, int exponent)
           
 
Method Summary
 void Factor1()
           
 void Factor2(java.math.BigInteger b)
           
 void Factor3(java.math.BigInteger b, int c)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class lima.mathematical.factorisation.Factor
getBase, getExponent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestFactor

protected TestFactor()

TestFactor

protected TestFactor(java.math.BigInteger base)

TestFactor

protected TestFactor(java.math.BigInteger base,
                     int exponent)
Method Detail

main

public static void main(java.lang.String[] args)

Factor1

public void Factor1()

Factor2

public void Factor2(java.math.BigInteger b)

Factor3

public void Factor3(java.math.BigInteger b,
                    int c)