Special.Bessel Y 1 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
Bessel | Evaluates the regular Bessel function of the second kind of order 0 for complex argument. |
Bessel | Evaluates the regular Bessel function of the second kind of order 1. |
BesselY1(Complex<Double>)
Evaluates the regular Bessel function of the second kind
of order 0 for complex argument.
public static Complex<double> BesselY1(
Complex<double> z
)
Parameters
Return Value
Complex<Double>The regular Bessel function of the second kind of order 0.
BesselY1(Double)
Evaluates the regular Bessel function of the second kind
of order 1.
public static double BesselY1(
double x
)
Parameters
- x Double
- The value at which to evaluate the function.
Return Value
DoubleThe regular Bessel function of the second kind of order 1.