A small example package
Project description
ArithematicCalc: A Basic Arithematic Calculator
What is it?
ArithematicCalc is a Python package that provides basic arithematic calculation of two numbers such as addition, substraction, multiplication and division.
Functions
ArithematicCalc
This module contains basic calculator functions for addition, subtraction, multiplication, and division.
Functions:
add(a, b)
Returns the sum of two numbers.
subtract(a, b)
Returns the difference of two numbers.
multiply(a, b)
Returns the product of two numbers.
divide(a, b)
Returns the division of two numbers.
Where to get it
The source code is currently hosted on GitHub at: https://github.com/vikash130795/Arithcal
Binary installers for the latest released version are available at the Python Package Index (PyPI).
# PyPI
pip install Arithcal
License
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file Arithcal-0.1-py3-none-any.whl
.
File metadata
- Download URL: Arithcal-0.1-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba8cdd1b6df33c5de965794ac05bace6f77594f8236a32ffccae3e2a0aae4945 |
|
MD5 | d12e7b26f0f6aeda31a2fe4b516d2530 |
|
BLAKE2b-256 | 03c4f973302ecb67b67cc5872edaf27e710aa445bc1d1c41c99f3db4ff92c065 |