fvSemiAnnualCompSingleCF | R Documentation |
Computing Future Value of a Single Cash Flow for Semi-Annual Compounding Frequency.
fvSemiAnnualCompSingleCF(r, n, pv)
r |
A number. |
n |
A number. |
pv |
A number. |
The method fvSemiAnnualCompSingleCF()
is developed to Compute Future Value of a Single Cash Flow under Semi-Annual Compounding Frequency.The method gives FVFuture Value when values are passed to its three arguments. Here r
is annual rate, n
is number of years and pv
is Present Value.
Input values to three arguments r
, n
and pv
.
MaheshP Kumar, maheshparamjitkumar@gmail.com
hummtvmComp
fvSemiAnnualCompSingleCF(0.08,10,2000) fvSemiAnnualCompSingleCF(0.08,10,-2000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.