A small package to perform basic mathematical operations
Project description
Basic math package
This package has functions that allow you to perform various mathematical operations on 2 floating point numbers upto 10 decimal point precision. The operations you can perform are:
- Addition
- Subtraction
- Multiplication
Requirements
python >= 3.8
Installation
$ pip install basic_math_ayush
Usage
import basic_math_ayush
print(basic_math_ayush.add(1.3, 2.2))
print(basic_math_ayush.sub(5.4, 2))
print(basic_math_ayush.mult(4.8, 2))
#OUTPUT
#3.5
#3.4
#9.6
LICENSE
This project is licensed under the terms of the MIT license
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 basic_math_ayush-0.0.1.tar.gz.
File metadata
- Download URL: basic_math_ayush-0.0.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb3a1f08f5862e25a52bad5d3e1d6064cc3f16cb64d6257a739f6866d2853e81
|
|
| MD5 |
f821350c43e1725f5f130072f2815bbd
|
|
| BLAKE2b-256 |
d72ea9a904fb47d8130608044b2f196e8bab38b88612ac532dc1861428598f1e
|
File details
Details for the file basic_math_ayush-0.0.1-py3-none-any.whl.
File metadata
- Download URL: basic_math_ayush-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd45de604a46be53921c2630afd564a5a38076a08f8c929b1f4769c87bf45ff4
|
|
| MD5 |
da8357e67a15da9277dd96a0c1d43759
|
|
| BLAKE2b-256 |
39c2bfa77870c8b8b14c4e760099b421ef028de1c5f3fdadfdef9becfaf2997f
|