R/machd.R

"machd" <-
function(i) {
if (missing(i)) messagena("i")
x <- double(1)
f.res <- .Fortran("machzd",
i=to.integer(i),
x=as.double(x))
list(x=f.res$x)
}

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.