Hi,

I'm trying to recreate this formula in Flash

1000 * (1 + 0.06) ^ 3 = 1191.016

using

PHP Code:
ActionScript Code:
Math.pow(1000*(1+0.06),3); 
but it's not displaying right - any help appreciated