A simple math operations library.
Project description
basicnumeriq Library
A simple Python library for basic math operations.
Installation
You can install the library using pip:
pip install basicnumeriq
Example Usage
Add Operation
from basicnumeriq import add
result = add(10, 5)
print(result) # Output: 15
Subtract Operation
from basicnumeriq import subtract
result = subtract(10, 5)
print(result) # Output: 5
Multiply Operation
from basicnumeriq import multiply
result = multiply(10, 5)
print(result) # Output: 50
Divide Operation
from basicnumeriq import divide
result = divide(10, 5)
print(result) # Output: 2.0
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
basicnumeriq-0.0.2.tar.gz
(6.2 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 basicnumeriq-0.0.2.tar.gz.
File metadata
- Download URL: basicnumeriq-0.0.2.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4bbce73c42507ee87a3b61b7fd9b39741776dc9bc6edff02d2838bd63b3695be
|
|
| MD5 |
542f34e3be218f894f3159ab51e7d6b6
|
|
| BLAKE2b-256 |
c0479f9963e99fe7d1f83dc80ea23a8287798ded2b63fc0cacd48d8353e88665
|
File details
Details for the file basicnumeriq-0.0.2-py3-none-any.whl.
File metadata
- Download URL: basicnumeriq-0.0.2-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
649db3bff1e12fd456b4461474a8e02629efe5ff5563e74a136cae5a14d17184
|
|
| MD5 |
624f9c674264b2a6c814e84e43eafa9a
|
|
| BLAKE2b-256 |
9c4f718d8476724d7a3a21a42f40fc700be7d21f95d546ea5fe3654b38f4c154
|