treams.special.spherical_jn_d

treams.special.spherical_jn_d(n, z)

Derivative of the spherical Bessel function of the first kind.

This is simply a wrapper for scipy.special.spherical_jn(n, z, True), see scipy.special.spherical_jn(). It’s here to have a consistent way of calling the derivative of a (spherical) Bessel or Hankel function.

Parameters:
  • n (int, array_like) – Order

  • z (float or complex, array_like) – Argument

Returns:

float or complex

References