/************************************************************************/ /* */ /* am - Amortization Schedule Generator */ /* */ /* (c) Copyright 1987, 1992, 1993 Brett K. Carver */ /* */ /* Version 1.0 2/4/87 Initial revision */ /* 1.5 10/5/88 Add special case (-d, -e) code */ /* 2.0 8/4/92 Improvements and clean-up (for c.s.r) */ /* 2.1 9/3/92 Split -e and -u arguments. */ /* 2.5 10/9/92 Clean-up for 2nd try to c.s.r */ /* 2.7 2/23/93 Fixes/enhancements for 3d try to c.s.r */ /* */ /************************************************************************/ #define version 2.7 #define patch 0 char ident[] = "@(#) Amortization schedule generator: version 2.7, patch 0.";