treams.special.spherical_hankel2_d

treams.special.spherical_hankel2_d(n, z) = <ufunc 'spherical_hankel2_d'>

Derivative of the spherical Hankel function of the second kind

Computed by

\[{h_n^{(2)}}'(z) = \frac{n h_{n - 1}^{(2)}(z) - (n + 1) h_{n + 1}^{(2)}(z)}{2n + 1}\]
Parameters:
  • n (integer, array_like) – Order

  • z (complex, array_like) – Argument

Returns:

complex

References