An attempt to optimise the search for prime.
-
Updated
Mar 26, 2026 - Python
An attempt to optimise the search for prime.
Mathematics tool that counts the number of primes within a range. The tool uses multi-threading, multi-processing, and Redis streams to distribute workloads across several worker processes leading to faster compute times.
Functions implementation related to prime numbers in python language
Deterministic, exact prime computation with Meissel–Lehmer π(x). Reference implementation. Fire-and-forget.
A little tool for showing prime numbers on a polar plane.
Quran Scientific & Numerical Explanations is an descriptive Streamlit application with a designed to bridge the gap between quantitative text analysis and theological study. It serves as a digital companion that visualizes numerical patterns, already calculated numerical values for various claims, and provides scientific context to specific verses.
A lightweight Python library providing number theory utilities including GCD, LCM, primes, modular arithmetic, and the Chinese Remainder Theorem.
Concentric Number Theory (CNT) framework that geometrically maps prime numbers onto logarithmic, concentric rings defined by powers of two. We develop a Prime Complexity Index (Cp) to quantify geometric irregularity relative to binary reference structures.
Tiny Python CLI for number theory: primality, gcd/lcm, sieve, factorization, Fibonacci, Pascal’s triangle. Includes tests and a GitHub Actions CI workflow.
A multithreaded Python3 implementation of Miller-Rabin probabilistic primality testing.
Prime number library for Python 3
Generate Euler Shift Primes
Minimalistic and easy-to-use prime number generator.
Module and command-line utility for factoring integers.
Emirp prime numbers are primes that can are primes in both directions you read the digits, for example 13 and 31. This script asks a range between two numbers, and then depending on the versions prints a list, a 2D plot, or a multithread rendered 3D plot.
Add a description, image, and links to the primes topic page so that developers can more easily learn about it.
To associate your repository with the primes topic, visit your repo's landing page and select "manage topics."