On this page
numpy.polynomial.hermite_e.HermiteE.deriv
HermiteE.deriv(m=1)
[source]-
Differentiate.
Return a series instance of that is the derivative of the current series.
Parameters: m : non-negative int
Find the derivative of order
m
.Returns: new_series : series
A new series representing the derivative. The domain is the same as the domain of the differentiated series.
© 2008–2017 NumPy Developers
Licensed under the NumPy License.
https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.polynomial.hermite_e.HermiteE.deriv.html