An open API service indexing awesome lists of open source software.

https://github.com/jayllfilebyte/calculator

This is a simple calculator which can process + - * / % ! log ^ sin cos tan operation using c, c++ and python.
https://github.com/jayllfilebyte/calculator

Last synced: 4 months ago
JSON representation

This is a simple calculator which can process + - * / % ! log ^ sin cos tan operation using c, c++ and python.

Awesome Lists containing this project

README

        

# Calculator

This is a simple calculator which can process + - * / % ! log ^ sin cos tan operation.

The key difficult to code is that how to handle brackets and operation.

There are three version of the calculator, which is respectively coded by C, C++ and Python