0

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!

Community
  • 1
  • 1
Shamim Ahmad
  • 808
  • 3
  • 22
  • 40

1 Answers1

5

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 of pow.

Jon Skeet
  • 1,421,763
  • 867
  • 9,128
  • 9,194