Nothing
first_derivative=function(e, sig, h, degree, func){
gauss=gauss.quad(degree,c(0,1/h))
nodes=gauss$pt
weight=gauss$wt
re=pi^(-1)*t(sapply(nodes,func,e,sig))%*%weight
return(re)
}
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.