Skip to content

Implementation of bc command in C using linked list, stack

Notifications You must be signed in to change notification settings

Siya2704/binary_calculator

Repository files navigation

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

About

Implementation of bc command in C using linked list, stack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages