A module to calculate math problems.
Project description
Advanced Math is a library to calculate math problems.
Install
Stable Version:
pip install -U advanced-math
Beta Version:
pip install --pre -U advanced-math
A twin prime is a prime number that is either 2 less or 2 more than another prime number.
Example: Find all twin primes below 1000.
from find_primes import find_twins
print(find_twins(1000))
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
advancedmaths-1.0.0b1.tar.gz
(6.3 kB
view details)
Built Distribution
File details
Details for the file advancedmaths-1.0.0b1.tar.gz
.
File metadata
- Download URL: advancedmaths-1.0.0b1.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.5.0.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14d1b9bb6a4aa71829b4e6e23213f9eefc99376c227093a8e3b19a9333466a11 |
|
MD5 | 6122a8beb2ae426c052ca8b47ea650dc |
|
BLAKE2b-256 | 5d91f12ecbec55bc1b158cbb1a03180f2e258728dcaa105daaf4c6bb7112c712 |
File details
Details for the file advancedmaths-1.0.0b1-py3-none-any.whl
.
File metadata
- Download URL: advancedmaths-1.0.0b1-py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.5.0.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5f7978f8c793cc43fe1763e73a4b4003c736e8961514845df982a5b3bec87c3 |
|
MD5 | ff36868f28969e1d88dc73ebf81f90ba |
|
BLAKE2b-256 | 873366a134a8bdc99d27a79abee449092e4e5032f37fd52add9378cec6d13cee |