create_num_antiD: Create a numerical anti-derivative function which can be...

View source: R/create_num_antiD.R

create_num_antiDR Documentation

Create a numerical anti-derivative function which can be called with one or many values of the w.r.t. input

Description

This will typically be called directly from antiD() when an integral can't be handled symbolically.

Usage

create_num_antiD(tilde, ..., lower = NULL, .tol = 1e-04)

Arguments

tilde

Tilde expression for the function to be anti-differentiated. Right-hand side will be the w.r.t. variable

...

arguments and parameters to the function described by tilde

lower

Optional lower bound of integration. Useful to avoid domain problems with the function being integrated, but not generally needed.

.tol

Numerical tolerance for the integration


mosaicCalc documentation built on Sept. 15, 2022, 9:06 a.m.