Nothing
      hermite.h.weight <- function( x )
{
###
### This function returns the value of the weight function
### for the Hermite polynomial, Hk( x )
###
### Parameter
### x = function argument
###
    return( exp( - ( x * x ) ) )
}
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.