SpecialFunctionsSphericalBesselJ(Double, Double) Method |
Returns the spherical Bessel function of the first kind.
SphericalBesselJ(n, z) is given by Sqrt(pi/2) / Sqrt(z) * BesselJ(n + 1/2, z).
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double SphericalBesselJ(
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 first kind.
See Also