/scientificCalculator

A calculator using the Shunting-Yard-Algorithm to transform the infix expression (7 * 2) to postfix (7 2 *).

Primary LanguageJavaScriptMIT LicenseMIT

No issues in this repository yet.