Utility functions for prime numbers
Project description
primer_2020
primer_2020 is a prime number library. It provides functions for generating primes and factorization.
Installation
$ git clone https://github.com/MartinThoma/primer_2020.git
$ cd primer_2020
$ pip install -e .
Usage
>>> import primer_2020
>>> primer_2020.factorize(28)
>>> [2, 2, 7]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file primer_2020Godwin-0.2.1.tar.gz
.
File metadata
- Download URL: primer_2020Godwin-0.2.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b77b433ec1b2beaf10b8a1a3c05a68aa2132592ee6fe607bf8eb29bb7335cf8d |
|
MD5 | d313074805e5547195d9ccb1bf0c064a |
|
BLAKE2b-256 | 05637dac03095b7631e6c0f1c1d53e935f04d6b897803760cf9bf37c88e1d054 |