Click or drag to resize

SpecialFunctionsSphericalBesselY(Double, Complex) Method

Returns the spherical Bessel function of the second kind.

SphericalBesselY(n, z) is given by Sqrt(pi/2) / Sqrt(z) * BesselY(n + 1/2, z).


Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex SphericalBesselY(
	double n,
	Complex z
)

Parameters

n  Double
The order of the spherical Bessel function.
z  Complex
The value to compute the spherical Bessel function of.

Return Value

Complex
The spherical Bessel function of the second kind.
See Also