/Calculator

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

Primary LanguageC

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