I am new to flex and I am struggling to know how to calculate 10^5 (10 to the power 5).
If It was a java code I would have written like this
But In this case, I didn't found any example on the web as well.
Any clue!
I'm not 100% sure whether this link is still relevant or not, but the Adobe Flash ActionScript documentation still has Math.pow
:
Computes and returns
base
to the power ofpow
.
See more on this question at Stackoverflow