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 aktcal
Usage:
A guide to using the add_numbers function is as follows
import aktcal
add_num = aktcal.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_number
- subtract_number
- multiply_number
- divide_number_float
- divide_number_floor
- exponential_number
- mode_number
Video Usage Guide
A video usage guide is provided via this link YouTube Link
License
Copyright 2022 Scofield
This repository is licensed under MIT license. See LICENSE for details.
Change Log
1.0 (21/12/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
aktcal-1.0.tar.gz
(2.7 kB
view details)
File details
Details for the file aktcal-1.0.tar.gz.
File metadata
- Download URL: aktcal-1.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5885ca1e75112375a3dc230ac7c6ba2827eb3815be03670ff0456beb360a0a54
|
|
| MD5 |
e5203a4503a7485d232e804dc16763b6
|
|
| BLAKE2b-256 |
46094020958bdb174257ea2c64e6ef1a6049065cc4d3551eec51dbd9ad5a9e59
|