hi ,
i have an equation that requires a number to be multiplied by itself for the given number of times , like:
2 ^ 5
but if i implement the carrot '^' sign it doesnt give the required result ...
am i doing it wrong ?
if so what will be the correct expression for it?