October 14, 2010 at 8:16 pm
Comments posted to this topic are about the item Flexable Rate Recursion
October 15, 2010 at 9:28 am
Perhaps I'm missing something, but couldn't this be solved with some math? That is, if I have a rate to be applied a certain number of times, then I use p*(r**n) (i.e. r raised to the n power), where p is the principal, r is the rate, and n is the number of times to apply that rate.
October 15, 2010 at 10:15 am
Plus you spelled flexible incorrectly.
October 15, 2010 at 10:16 am
Greetings Ben,
Yes, you are correct. However, I did not know that algorithm so I could not apply it. Instead I came up with a different solution. Your way would definitely work faster too as it requires less steps to be applied, even if it was kept in the function so it could include the error checking.
October 15, 2010 at 10:19 am
Greetings Laura,
Yep! My bad.
May 18, 2016 at 7:07 am
Thanks for the script.
May 18, 2016 at 7:15 am
Greetings Iwas,
I hope that it is able to help you.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply