This is a library that performs python arithmetic operations. It also includes a dummy dataset for training and demonstration purposes
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.5 (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
Built Distribution
File details
Details for the file kbtcal-1.5.tar.gz
.
File metadata
- Download URL: kbtcal-1.5.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b055f5d8d2d763aeee28d34531ffe28f1e09b1487bbd210f9c1fe1b03b4514ae |
|
MD5 | e504ae6fe1c6b53d3ad1e8fb2444447c |
|
BLAKE2b-256 | 841d8545b5264d559a269ac8c62a7809bb6932512126513eefdab4f4a3bda25b |
File details
Details for the file kbtcal-1.5-py3-none-any.whl
.
File metadata
- Download URL: kbtcal-1.5-py3-none-any.whl
- Upload date:
- Size: 3.5 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 | da2a9c36e33e267caa92e2b82157e9a5b9527045a96edb4ba1a08ececc72bcb9 |
|
MD5 | 98d4339a5942fdf8969dc2123a7c5bbe |
|
BLAKE2b-256 | a53e323de600520280f35d4db530dc82e001517ef1dab30dcca22c26caf74a7f |