I am trying to figure out how code 10 to the 25th degree multiplies a variable. I tried X*(X^25), but this does not return the correct value. If that matters, this is the formula for finding inflation, so the actual formula I'm using is this:
X*(1.01^25)
X equal to the estimated amount1.01 equal to 1% of inflation25 equal to the number of years, which in this case should be 25.
Koden source
share