Exponents and order of execution

38 Views Asked by At

If presented the following, what order should the parentheses be added?

2^2^2^2

It seems most tools go right to left. Is that correct/expected? I could not find clear information on this.

Thank you,