R/RcppExports.R

Defines functions integrate_mone_to_one integrate_zero_to_inf

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

integrate_zero_to_inf <- function(f, zero, reltol, startd, maxiter) {
    .Call(`_deformula_integrate_zero_to_inf`, f, zero, reltol, startd, maxiter)
}

integrate_mone_to_one <- function(f, zero, reltol, startd, maxiter) {
    .Call(`_deformula_integrate_mone_to_one`, f, zero, reltol, startd, maxiter)
}

Try the deformula package in your browser

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

deformula documentation built on May 30, 2022, 9:05 a.m.