isason0 / simplecalc

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/)

About

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


Languages

Language:C 88.4%Language:Makefile 11.6%