aboutsummaryrefslogtreecommitdiffstats

lpd

simple lump-sum paydown calculator

lpd reports how many months remain on a given loan, based on the provided principal balance, interest rate and monthly payment, then advises the payment amounts that, if made now in addition to the ordinary monthly payments, would reduce the loan term to the specified number of months. It will report up to twelve of these.

Because math is cool, we avoid recursion.

Installation & Usage

Compile with Zig, i.e. zig build-exe lpd.zig.

Learn to use with lpd -h.