Metadata-Version: 2.1
Name: cemit-calculator
Version: 0.0.3
Summary: A very basic calculator for cemit data scientist
Home-page: UNKNOWN
Author: Saiful Rayhan
Author-email: sirayhancse@gmail.com
License: MIT
Keywords: calculator
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENCE.txt

This is a very simple calculator that takes two numbers and either add, subtract, multiply or divide them.


Examples:

>> from cemit_calculator import *

>> add_numbers(10, 20)
>> subtract_numbers(20, 10)
>> multiply_numbers(10, 20)
>> divide_numbers(20, 10)


Change Log
==========

0.0.1 (19/04/2020)
-------------------
- First Release


