fv.simple: Estimate future value (fv) of a single sum

Description Usage Arguments See Also Examples

Description

Estimate future value (fv) of a single sum

Usage

1
fv.simple(r, n, pv)

Arguments

r

discount rate, or the interest rate at which the amount will be compounded each period

n

number of periods

pv

present value

See Also

fv

Examples

1
2
3
fv.simple(0.08,10,-300)

fv.simple(r=0.04,n=20,pv=-50000)

FinCal documentation built on May 2, 2019, 1:29 p.m.