R/cerfd.R

"cerfd" <-
function(x) {
if (missing(x)) messagena("x")
f <- double(1)
f.res <- .Fortran("cerfzd",
x=as.double(x),
f=as.double(f))
list(f=f.res$f)
}

Try the robeth package in your browser

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

robeth documentation built on Aug. 22, 2023, 9:09 a.m.