SpecialFunctionsSphericalBesselY(Double, Double) 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.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double SphericalBesselY(
double n,
double z
)
Parameters
- n Double
- The order of the spherical Bessel function.
- z Double
- The value to compute the spherical Bessel function of.
Return Value
DoubleThe spherical Bessel function of the second kind.
See Also