nielsole / calc

trivial CLI calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calc simple CLI calculator

A lot of times I just want to calculate something quickly. I hate having to resort to Google for calculating basic things.

Features

  • subtraction, addition
  • division, multiplication
  • power, modulo
  • parenthesis
  • PI
  • ANS (contains the result of the last row)

Usage

$ ./calc 
5*2^0.5*PI
22.21441469
4+2
6
-2-2
-4
^C

About

trivial CLI calculator


Languages

Language:Yacc 82.6%Language:Lex 10.5%Language:Makefile 6.9%