Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 470 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 470 Bytes

Binary Calculator

Project on data structures sem 3 COLLEGE OF ENGINEERING PUNE.

Implemented Command line Arbitrary precision calculator using C Programming language.

It tries to implement some functionalities from unix based command 'bc'.

Operations performed on countably infinite length numbers are:-

Addition

Subtraction

Multiplication

Division

Modulus

Power operator

Trignometric functions

infix expression evaluation

also stores history in file