When trying to raise something, I tried text.setText('5\^8');
and that didn’t raise the 8, I tried something like 4^3, that didn’t raise the 4 to the third power or give me the right answer. I even tried “**” to raise something to an exponent, and tried adding parenthesis as well. idk if the symbols that I’m using are wrong, but is there a powerful symbol to raise a number to an exponent?
EX:
2^4 = 2x2x2x2 = 16