Skip to content

Eubo0/calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calc

A simple calculator implemented in C

Uses the shunting-yard algorithm to translate expressions into RPN, then evaluates the output using a stack.

TODO

  • Basic trig functions
  • User defined functions
  • Strings
  • Variables

About

Simple calculator in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published