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 je-cal
Usage:
A guide to using the add_numbers function is as follows
import je-cal
add_num = je-cal.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.1 (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
je-cal-0.1.tar.gz
(2.6 kB
view details)
File details
Details for the file je-cal-0.1.tar.gz.
File metadata
- Download URL: je-cal-0.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e407707aaa5ce50a168d0c889053fe93f1b9098b7e305b0ab6f32e5e254c2dcd
|
|
| MD5 |
2e6c6a97ef74219eca46ba872b826610
|
|
| BLAKE2b-256 |
3703262baa7c16e083d07bdb60843981e7283d894dd2937979b3b111330ea469
|