Package lima.mathematical.factorisation

Class Summary
Factor An object of this class represents an integer number in the form "x to the power of y", where x is the integer base, and y is the integer exponent.
Factorisation An object of this class represents the current state of a factorisation, consisting of a set of prime factors and a single composite factor.
FactorisationAlgorithm An class to be extended by an algorithm that factorises big integers.
FactorSet An object of this class represents a set of unique factors, of the form "x to the power of y".