numpy.polynomial.hermite_e.HermiteE.deriv¶
-
HermiteE.deriv(m=1)¶ Differentiate.
Return an instance of HermiteE that is the derivative of the current series. Refer to
hermederfor full documentation.Parameters: m : non-negative int
The number of integrations to perform.
Returns: derivative : HermiteE
The derivative of the series using the same domain.