bhnum / basic-calculator

Basic calculator in terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Calculator

Clone this repository and run make. You will need flex and bison.

Sample output

$ ./calc
a = 400 ^ 2
b = sqrt(a)
b
400.000000
sin(2 * 15)
0.500000
d = c
Variable c was not declared!
Error in calculation
sdf(23/0+d)
Cannot divide by zero!
Variable d was not declared!
Function sdf does not exist!
Error in calculation

About

Basic calculator in terminal

License:MIT License


Languages

Language:C 46.5%Language:Yacc 36.2%Language:Lex 13.5%Language:Makefile 3.8%