A Console Calculator that will tokenize and calculate mathematical input.
Example:
Input: 1+1 Output: 1.0 + 1.0 = 2.0
Input: -32/3(294+123/321456-607691/50.5+51238)-18123.7420560747705 Output: -3.0 * 2.0 / 3.0 * ( 294.0 + 123.0 / 321.0 * 456.0 - 607691.0 / 5.0 * 0.5 + 51238.0 ) - 18123.74205607477 = 1.0