/prime_finder

The program tests all the numbers in a range from 2 to an input value whether they are prime or not. The output is a pandas dataframe with some other value (number, number of divisors, number of true divisors, prime or not, calculation time for the current number, cummulative calculation time).

Primary LanguageJupyter Notebook

This repository is not active