prime numbers generator and checker
Project description
pypi_project_nums_primos
from prime_nums import get_prime_nums, is_prime
get_prime_nums(qt_primes=10)
# 2, 3, 5...
is_prime(10)
# False
get_gcd(33, 99, 66)
# 33
get_gcd(44, 88, 264)
# 22
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
prime_nums-3.0.0.tar.gz
(2.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file prime_nums-3.0.0.tar.gz.
File metadata
- Download URL: prime_nums-3.0.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59de5e49554aecd3acfd09cb045ebf16c2b4fe651ddc7fb45b45fe283d3dbe46
|
|
| MD5 |
27e4b4ae61cd9b501272537a06747732
|
|
| BLAKE2b-256 |
b935715c2de158c626370316e5350426dd5acbda8ffdb27772236e0d7aeec63f
|
File details
Details for the file prime_nums-3.0.0-py3-none-any.whl.
File metadata
- Download URL: prime_nums-3.0.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53a117f6fee58730c44df5f70f134edcb9c3f3468b8d6e2a6382ad6e7df589f9
|
|
| MD5 |
605e3d1b151fd8232ac407d7c0a76c3a
|
|
| BLAKE2b-256 |
bc6c945f88836c3324495994bf50846727407c101e564e86ac909a123b2c4685
|