PrimesWorkbench is an application for determining primes with multiple different methods.
You can export the primes to a file or utilize them for various mathematical uses.
It was made for our school project:
Projektarbeit 2012/2013 Primzahlenberechnung mit Java
The source can be found on GitHub.
Download the latest builds from Jenkins.
PrimesWorkbench is licensed under the MIT License.
Please see the LICENSE.txt
for details.
PrimesWorkbench uses Maven for compiling, tests and packaging.
- Install Maven 2 or 3
- Checkout this repo and run:
mvn clean install
No pull requests are accepted, due to this being a school project.