/simplecalc

Simple command line calculator tool with few lines of code (and features)

Primary LanguageC

Simplecalc

Simple command line calculator utility written in C with few lines of code and features.

This program only includes very basic features :

  • Addition and subtraction,
  • Multiplication and division,
  • Power, square root and cube root.

To install, simply clone this repo and run make && make clean. After, it is recommended to copy the binary to a folder in your $PATH (e.g /usr/local/bin/)