  | SpecialFunctionsBesselY1 Method | 
            Bessel function of the second kind, order one.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic 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  Double
 - A non-negative real number.
 
Return Value
DoubleThe Bessel function Y1.  For x = 0, Double.NegativeInfinity is returned.
Exceptions
See Also