Click or drag to resize

SpecialFunctionsBesselY1 Method

Bessel function of the second kind, order one.

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

Parameters

x  Double
A non-negative real number.

Return Value

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