Yx(x)
for any real x
and n ≥ 0
.
Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function BesselY( _ ByVal sc As SeriesCollection, _ ByVal n As Integer _ ) As SeriesCollection |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public static SeriesCollection BesselY( SeriesCollection sc, int n ) |
Parameters
- sc
- A collection of series objects. For example, to evaluate this indicator for two series you will need to pass a series collection containing this two series.
- n
- The grade of the function.
n(x) = √ (1/2πx)[Pn(8/x)cos(Xn) + Qn(8/x)sin(Xn)]]]>
where P,Q are polynomials and
Xn ࣕ x - (2n+1)π/4
.