Does taking the power goes from left to right or from right to left? For example, what is 2^2^3?
According to a textbook I was reading, all operations are executed from left to right, which would make me think that 2^2^3 =$(2^2)^3=4^3$. However, my calculator says it is equal to $2^{(2^3)}=2^8=256$.