numpy.polynomial.hermite_e.HermiteE.roots¶
-
HermiteE.
roots
()¶ Return list of roots.
Return ndarray of roots for this series. See
hermeroots
for full documentation. Note that the accuracy of the roots is likely to decrease the further outside the domain they lie.See also
hermeroots
- similar function
hermefromroots
- function to go generate series from roots.