nmtks / 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).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

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).


Languages

Language:Jupyter Notebook 100.0%