fortune-uwha / tc-calculator

Python Package- Calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator

Table of Contents

General Information

This calculator can be used for simple arithmetic operations. Check features of this calculator for details.

Technologies Used

Python - version 3.8

Installation

Use the package installer pip to install calculator.

  • Install directly from github repository
!pip install git+https://github.com/fortune-uwha/tc_calculator
!pip install calpython

Usage

from calculator.calculator import Calculator

calculator = Calculator()

calculator.add(12)
calculator.subtract(3)
calculator.divide(3)
calculator.nroot(3)
calculator.reset_memory()

Features

  • Addition / Subtraction
  • Multiplication / Division
  • Take (n) root of number
  • Reset memory: Stores results in memory until reset

Project Status

Project is: complete

Acknowledgements

This project was based on Turing College learning on Software testing, licensing and documentation.

Contact

Created by @fortune_uwha - feel free to contact me!

License

This project is open source and available under the terms of the MIT license.

About

Python Package- Calculator

License:MIT License


Languages

Language:Python 98.3%Language:Dockerfile 1.7%