Nothing
context('Numerical Integration')
test_that('Numerics get generated by antiD()',{
ff = antiD(a*exp(x^2) ~ x, a=100)
expect_equal(diff(ff(x=c(-2,2))), 3290.526, tol=0.01)
})
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.