in reply to Re: dividend with recursive routine
in thread dividend with recursive routine
For the OPs values, a starting value of 1000, an interest of 6.78% and 20 years, your formula results in 3714 (rounded to nearest integer). But if you can only buy shares in units, you end up with 3696 shares. Close, but still 0.5% difference.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: dividend with recursive routine
by CountZero (Bishop) on Aug 24, 2010 at 05:23 UTC | |
by JavaFan (Canon) on Aug 24, 2010 at 07:27 UTC |