It\'s easy to implement a \"Calculator\" to parse a string (e.g., 2 ^ 3 / 2) and compute the result of operations. But, is there a library already capable of d
2 ^ 3 / 2
Check out Reverse Polish notation. It's widely used in modern calculators