R/uspv.R

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

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.