/infix-calculator

A command-line calculator that uses stack & infix-to-postfix algorithm for basic math operations such as addition, subtraction, multiplication, and division, as well as more advanced operations like exponents and square roots. User input is converted for processing by the calculator's stack

Primary LanguageGo

Watchers