This is a simple library that performs basic python arithmetic operations.
Project description
This is a simple library that performs basic python arithmetic operations.
Installation
pip install jecalculator
Usage:
A guide to using the add_numbers function is as follows
import jecalculator as je
add_num = je.add_numbers(3, 7) # where 3 and 7 are the number you want to add
print(add_num)
The functions in this library are:
- add_numbers
- subtract_numbers
- multiply_numbers
- divide_numbers_float
- divide_numbers_floor
- power_numbers
- mode_numbers
License
Copyright 2022 jamalelkhdadi
This repository is licensed under MIT license. See LICENSE for details.
Change Log
0.3 (06/07/2022)
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
jecalculator-0.3.tar.gz
(2.7 kB
view details)
File details
Details for the file jecalculator-0.3.tar.gz
.
File metadata
- Download URL: jecalculator-0.3.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a2bcd3ddd28d7c7ef5e4d204ec39acec934538a19b306012933f9ebd78ba3763
|
|
MD5 |
8047a551daa34a31eeea86d285ee59cb
|
|
BLAKE2b-256 |
13f289e0957b556ba38dc277f8ce27dd35788393f315c5b8f83032a567c43681
|