R/spfv.R

"spfv" <-
function (i,n) 
{
	return((1+i/100)^n);
}

Try the financial package in your browser

Any scripts or data that you put into this service are public.

financial documentation built on May 30, 2017, 2:35 a.m.