Quote:
Originally Posted by oblar
numerator = p*(1-(math.pow(R/100, n+1)))
that is the line that needs a ; after it
as far as the math.pow.. You almost have it. math is a class, therefore needs to be capitalized. Math.pow(R/100, n+1)
|
it should still work with math lowercase.