A simple Python math library with basic, advanced, and geometry operations.
Project description
MyMathLib 🧮
A simple math library for Python with basic, advanced, and geometry functions.
📦 Installation
pip install mymathlib
#USAGE
from mymathlib import BasicMath, AdvancedMath, Geometry
b = BasicMath()
print(b.add(5, 3))
a = AdvancedMath()
print(a.factorial(5))
g = Geometry()
print(g.area_circle(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
easymathlib-1.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 easymathlib-1.0.0.tar.gz.
File metadata
- Download URL: easymathlib-1.0.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6093c1bb647803a7f3ec52801935cd1a0bfa197ddc2ec1c9b0d34247697b0ec5
|
|
| MD5 |
8855bebc8a8b88858a4ab098bf1d99be
|
|
| BLAKE2b-256 |
12d9838088c64ed736cb69725a2ddaca0572629a354b91597944de4a15d3c42e
|
File details
Details for the file easymathlib-1.0.0-py3-none-any.whl.
File metadata
- Download URL: easymathlib-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1cc63c5184cba3399b134a52da5313b49b49939b08b9770977fc878ed9771495
|
|
| MD5 |
723b412832da3c3e43db00ef46445bba
|
|
| BLAKE2b-256 |
a9b599e8d4dcf83378992140d6b5d3be8bd9dcc6f594b9e9dd29e2524b33d369
|