ucsb-cs56-projects / cs56-utilities-calculator

-
1 stars 10 forks source link

Multiple exponents are not evaluated correctly #68

Closed Kyle-Ng closed 6 years ago

Kyle-Ng commented 6 years ago

Our program evaluates the exponent from left to right as opposed to right to left. i.e. 2^3^4 Our output: 4096 Correct output: 2.417E24