Nothing
##
## q u a d . R Test suite
##
quad <- pracma::quad
all.equal(quad(sin, 0, pi), 2, tol = 1e-7)
all.equal(quad(sin, 0, 2*pi), 0, tol = 1e-7)
all.equal(quad(exp, 0, 1), exp(1) - 1, tol=1e-7)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.