Skip to main content

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:

  1. add_numbers
  2. subtract_numbers
  3. multiply_numbers
  4. divide_numbers_float
  5. divide_numbers_floor
  6. power_numbers
  7. mode_numbers

Video Usage Guide

A video usage guide is provided via this link YouTube Link

License

Copyright 2021 KenBroTech

This repository is licensed under MIT license. See LICENSE for details.

Change Log

1.2 (24/07/2021)

Project details


Release history Release notifications | RSS feed

This version

1.2

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.2.tar.gz (2.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page