Safe Haskell | None |
---|---|
Language | Haskell2010 |
Factory.Math.Implementations.PrimeFactorisation
Contents
Description
AUTHOR
- Dr. Alistair Ward
DESCRIPTION
- Implements several different prime-factorisation algorithms.
- https://www.tug.org/texinfohtml/coreutils.html#factor-invocation.
Synopsis
- data Algorithm
Types
Data-types
The algorithms by which prime-factorisation has been implemented.
Constructors
FermatsMethod | https://en.wikipedia.org/wiki/Fermat%27s_factorization_method. |
TrialDivision |