A simple math library for basic arithmetic operations
Project description
A simple math library that provides addition, subtraction, multiplication, and division functions.
Installation
pip install mymathlib_ismail11_shma
Usage
from mymathlib.arithmetic import add, subtract, multiply, divide
print(add(2, 3)) # Output: 5
print(subtract(5, 2)) # Output: 3
print(multiply(4, 3)) # Output: 12
print(divide(10, 2)) # Output: 5.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
File details
Details for the file mymathlib_ismail11_shma-0.1.0.tar.gz.
File metadata
- Download URL: mymathlib_ismail11_shma-0.1.0.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
025139d6752b9d5696b9cca91754dd20460d5932fd867c9b2f364e19437e77d8
|
|
| MD5 |
28f9ce4c11e0a3b61ed1c9d290820fa0
|
|
| BLAKE2b-256 |
fd4335c96442b680ac059c5953a8ca0b10e9b28099b863e253378a13b93775a8
|