- Bazel: Find the installation instructions here.
//Application
bazel build //calculator:calculator
//Tests
bazel test $(bazel query //...)
bazel-bin/calculator/calculator
- Select the mode of the input expression: 1. Infix, 2. Postfix
- Enter the expression to be evaluated.
- Observe the output on the screen.
- A single line of string containing the expression to be parsed in either infix or postfix form.
- +, -, *, /, log, ln, sin, cos, tan, ctan
Pi, e
