Skip to content

Implementation of Unix based command 'bc' using C Programming language. 'bc' is an command line arbitrary precision calculator.

Notifications You must be signed in to change notification settings

ShripadMhetre/Bash_Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name:- Bash Calculator

DESCRIPTION :-

  • This is the Command line Arbitrary precision calculator which is implemented using C Programming language.
  • It tries to implement some functionalities from unix based command 'bc'.

  • Operations performed on countably infinite length numbers are as follows:-
    • Addition
    • Substraction
    • Multiplication
    • Division
    • Modulus

  • It evaluates the expression using infix expression evaluation
  • All expressions are evaluated according to their precedence.
  • paranthesis '()' can be used which is having higher precedence.

Execution Instruction :-

  • Clone the repository on your machine.
  • Open Terminal and change directory to the project directory.
  • Type command ' make ' which will compile the required files and generate executable file.
  • Then type the command ' ./project '.

About

Implementation of Unix based command 'bc' using C Programming language. 'bc' is an command line arbitrary precision calculator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published