Evaluates the regular Bessel function of the second kind
of order 0.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double BesselY0(
double x
)
Public Shared Function BesselY0 (
x As Double
) As Double
public:
static double BesselY0(
double x
)
static member BesselY0 :
x : float -> float
Parameters
- x
- Type: SystemDouble
A real number.
Return Value
Type:
DoubleThe regular Bessel function of the second kind
of order 0.
Reference