Special.Spherical Bessel Y Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Spherical | Evaluates the spherical Bessel function of the first kind of integer order. |
Spherical | Evaluates the spherical Bessel function of the second kind. |
SphericalBesselY(Double, Double)
Evaluates the spherical Bessel function of the first kind of integer order.
public static double SphericalBesselY(
double n,
double x
)
Parameters
- n Double
- An integer that specifies the order of the Bessel function.
- x Double
- The value at which to evaluate the function.
Return Value
DoubleThe value of the Bessel function of the first kind of order n at x.
SphericalBesselY(Int32, Double)
Evaluates the spherical Bessel function of the second kind.
public static double SphericalBesselY(
int n,
double x
)
Parameters
Return Value
DoubleThe spherical Bessel function of the second kind.