Nothing
integrate_func2=function(operator, e, sig){
re=(2*cos(operator*e)-operator*e*sin(operator*e)+sig*operator^2*cos(operator*e))*exp(operator^2*sig/2)
return(as.numeric(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.