Click or drag to resize

SpecialFunctionsBesselY0 Method

Bessel function of the second kind, order zero.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double BesselY0(
	double x
)

Parameters

x  Double
A non-negative real number.

Return Value

Double
The Bessel function Y0. For x = 0, Double.NegativeInfinity is returned.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionArgument x must be non-negative.
See Also