Function: polhermite
Section: polynomials
C-Name: polhermite_eval
Prototype: LDG
Help: polhermite(n,{a='x}): Hermite polynomial H(n,v) of degree n, evaluated
at a.
Description:
(small,?var):gen polhermite($1,$2)
(small,gen):gen polhermite_eval($1,$2)
Doc: $n^{\text{th}}$ \idx{Hermite} polynomial $H_n$ evaluated at $a$
(\kbd{'x} by default), i.e.
$$ H_n(x) = (-1)^n\*e^{x^2} \dfrac{d^n}{dx^n}e^{-x^2}.$$
Variant: The variant \fun{GEN}{polhermite}{long n, long v} returns the $n$-th
Hermite polynomial in variable $v$.