R/usfv.R

"usfv" <-
function (i,n) 
{
	return( ((1+i/100)^n-1)/(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.