+ 2
what you want
+ 2
It's something like this
5âŽ
2 = 2â¶ÂČâ”
+ 1
it will be treated as
2 ^ 5^ 4
2^625
it is approx. 10^188
use brackets if you want 32** 4
(2**5)**4
+ 1
You can add a () to make it work like you probably wanted (2**5)**4
+ 1
oohk so i hoped you have got your answer
+ 1
if you want 32**32
just write
(2**5)**2
+ 1
Use () or do it in several steps.
0
your welcome đ