A Python library with mathematical utility functions like isprime.
Project description
HyqerionMath
A Python library providing supplementary mathematical utility functions, starting with a primality test.
Overview
HyqerionMath aims to offer helpful, well-tested math functions that extend Python's built-in math module. It's designed to be simple, efficient, and easy to use.
Features
Currently, HyqerionMath includes:
isprime(number: int) -> bool: Efficiently checks if a given integernumberis a prime number. ReturnsTrueif prime,Falseotherwise. Raises aTypeErrorfor non-integer input.
(More features may be added in the future!)
Installation
You can install HyqerionMath directly from PyPI:
pip install hyqerionmath
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 hyqerionmath-0.2.0.tar.gz.
File metadata
- Download URL: hyqerionmath-0.2.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
576e51b46d59353fe348775c92bb837f75eed52354071891a902d9acd21421dd
|
|
| MD5 |
d57e4f11a386f0311799072186e497d1
|
|
| BLAKE2b-256 |
b102d718f7e81e71979011518b205cd2733c74d996746bb49e2b79bedf206b4d
|
File details
Details for the file hyqerionmath-0.2.0-py3-none-any.whl.
File metadata
- Download URL: hyqerionmath-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6084b779e1739ef115892679ce3667f849819e2fac9b6df1553e80751cfc0899
|
|
| MD5 |
052b6a9ad3f24eb75c5f5da46021e7b1
|
|
| BLAKE2b-256 |
dcf0c484b66143ffd66a543b9e42c695d1839d6205fbef410fe4f01d7df99fd3
|