Relative Content

Tag Archive for pythonscipypolynomials

scipy.special.eval_hermite with complex argument

Does the scipy.special eval_hermite function only support real arguments? From the documentation (https://docs.scipy.org/doc/scipy/reference/generated/scipy.special.eval_hermite.html), I assumed complex would work fine and I also don’t see any programmatic reason why it should not. However, I get the following error: