simplemathutils-lib is a creative package for basic mathematical operations with Python.
Project description
simplemathutils-lib
simplemathutils-lib is a creative package for basic mathematical operations with Python.
All simplemathutils-lib wheels distributed on pypi are MIT licensed.
Requirements
simplemathutils-lib requires python 3.6 or greater.
Installation
Install with pip:
pip install simplemathutils-lib
If you are using the old version of simplemathutils-lib and want to update it:
pip install --upgrade simplemathutils-lib
Examples
import simplemathutils_lib as simplemath
simplemath.add(10,2,1)
# Output: 13
simplemath.subtract(2,1)
# Output: 1
simplemath.multiply(10,2,1)
# Output: 20
simplemath.divide(2,1)
# Output: 2
Contribute
Feel free to open pull requests to expand this documentation, add features or fix problems.
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
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 simplemathutils_lib-0.1.2.tar.gz.
File metadata
- Download URL: simplemathutils_lib-0.1.2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc1f4b2d09c233b013b0838801a26647e924b60e284f0ee2d8807e3b281b0ec0
|
|
| MD5 |
3d6e295836beb4c4a3bb447d7526e1fd
|
|
| BLAKE2b-256 |
db2247f4794dcc245dc82d0f2e18755ced560fecaf8f13f669ed2446b5ec1990
|
File details
Details for the file simplemathutils_lib-0.1.2-py3-none-any.whl.
File metadata
- Download URL: simplemathutils_lib-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f28776106d34de3ab4cbe60417f785bfc7d6f9c85feaabd91f744c9e5777b06e
|
|
| MD5 |
fadd79f08779461708c97e0025756205
|
|
| BLAKE2b-256 |
4a1d8d7298557b06c9f92b0d4f70913720fd1ce367345ca42604cddf94c4109b
|