powered by
Compute the integral \(\int_a^b f(x) dx\).
integrate0(f, lower, upper, args)
A list with the form of a integrate_result described in section "Integration" of the package vignette.
integrate_result
Function to integrate.
Lower limit of integral.
Upper limit of integral.
List of additional arguments from the function integrate_args.
integrate_args
f = function(x) { exp(-x^2 / 2) } args = integrate_args() integrate0(f, 0, 10, args)
Run the code above in your browser using DataLab