comparison scripts/finance/pmt.m @ 5053:c08cb1098afc

[project @ 2004-10-19 23:10:54 by jwe]
author jwe
date Tue, 19 Oct 2004 23:10:55 +0000
parents 22bd65326ec1
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5052:c6ef19da4b24 5053:c08cb1098afc
27 ## 27 ##
28 ## The optional argument @var{method} may be used to specify whether 28 ## The optional argument @var{method} may be used to specify whether
29 ## payments are made at the end (@var{"e"}, default) or at the beginning 29 ## payments are made at the end (@var{"e"}, default) or at the beginning
30 ## (@var{"b"}) of each period. 30 ## (@var{"b"}) of each period.
31 ## @end deftypefn 31 ## @end deftypefn
32 ##
32 ## @seealso{pv, nper, and rate} 33 ## @seealso{pv, nper, and rate}
33 34
34 ## Author: KH <Kurt.Hornik@ci.tuwien.ac.at> 35 ## Author: KH <Kurt.Hornik@ci.tuwien.ac.at>
35 ## Description: Amount of periodic payment needed to amortize a loan 36 ## Description: Amount of periodic payment needed to amortize a loan
36 37