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 kbtcal
Usage:
A guide to using the add_numbers function is as follows
import kbtcal
add_num = kbtcal.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
Update:
This version of the library contains dummy datasets (cpen and fpen) for learning and demonstration purposes.
from kbtcal import datasets
data = datasets.load_cpen() # loads the cpen dataset
print(data)
Video Usage Guide
A video usage guide is provided via this link YouTube Link
License
Copyright 2024 KenBroTech
This repository is licensed under MIT license. See LICENSE for details.
Change Log
1.3 (17/09/2024)
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
kbtcal-1.3.tar.gz
(3.3 kB
view details)
Built Distribution
kbtcal-1.3-py3-none-any.whl
(3.0 kB
view details)
File details
Details for the file kbtcal-1.3.tar.gz
.
File metadata
- Download URL: kbtcal-1.3.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a25cb323660ca21cb6d8814a59b5da0e5d0d13e02af6af24d871b4a0de904e24 |
|
MD5 | faed11441cad47e1f57c6cafe79cc87d |
|
BLAKE2b-256 | b978406f049669b3e41fcfdff863a53a267455882b9bcdc8b33fd431b47f347c |
File details
Details for the file kbtcal-1.3-py3-none-any.whl
.
File metadata
- Download URL: kbtcal-1.3-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63e5e10b013e5f615d438dfbcd1f76beb5e1be38f6f9c9e05e5f31fc16b5e4e6 |
|
MD5 | 3a6da93f06c1ea92e823c5901d924444 |
|
BLAKE2b-256 | e74d4043b18a2882f11f83b7eeaadb4ace347e8098cad37f01ce5323c0bc5ece |