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