Package Used for solving math
Project description
Jade-Math
pip install JadeMath
Used to make doing math while coding a lot easier
Example:
import JadeMath as JM
sa = JM.rect_prism(1, 5, 19)
print(f"The surface area of the rectangular prism is {sa}")
all = JM.add(sa, JM.rect_prism(4, 1, 29))
print(f"And added by my second prism will be will be {all}")
temp = JM.f_to_c(60)
print(f"The temperature is {temp} degrees celcius")
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
JadeMath-2.0.13.tar.gz
(3.3 kB
view details)
Built Distribution
File details
Details for the file JadeMath-2.0.13.tar.gz
.
File metadata
- Download URL: JadeMath-2.0.13.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b496fe1228a03ed39d97b559b3b5efa986f48ca19dacdd49a46c9365500fa7a0 |
|
MD5 | 4972542fc04a22fc232373efd866af50 |
|
BLAKE2b-256 | 4f9c47dc2da53165a5bb38649e8189613b0a80df1f53392ac736604fa408465a |
File details
Details for the file JadeMath-2.0.13-py3-none-any.whl
.
File metadata
- Download URL: JadeMath-2.0.13-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec3d7312c224d085ac8d65c761648b84abc84a3301d9b6c5dfa0ea2d4af63580 |
|
MD5 | 3a644775624a98a21ee03e1c999117ef |
|
BLAKE2b-256 | c0ec173e07f10162ba11d5e18cfe8284a87aaa0ba77ddc3031f1475f3f102695 |