Raw File
"Krig.ftrace" <-
function(lam, D)
{
	sum(1/(1 + lam * D))
}
back to top