Skip to content

Instantly share code, notes, and snippets.

View Kapilkoundinya's full-sized avatar

Koundinya Kapilkoundinya

View GitHub Profile
@Kapilkoundinya
Kapilkoundinya / calculator_Calculator.py
Created December 17, 2015 22:55
This is a very basic fun calculator application implemented with exception handling and object orientation
"""
This package contains basic mathematical implementation with the following functionality
1. add - addition
2. sub - subtraction
3. mul - multiplication
4. div - division
5. pwr - power
6. log - logarithm
7. exp - exponential