Home | History | Annotate | Download | only in math

Lines Matching refs:Yn

30 //      y0(0)=y1(0)=yn(n,0) = -inf with division by zero signal;
31 // y0(-ve)=y1(-ve)=yn(n,-ve) are NaN with invalid signal.
32 // Note 2. About jn(n,x), yn(n,x)
44 // yn(n,x) is similar in all respects, except
94 // Yn(x) = sin(x-(2n+1)*pi/4)*sqrt(2/x*pi)
225 // Yn returns the order-n Bessel function of the second kind.
228 // Yn(n, +Inf) = 0
229 // Yn(n ? 0, 0) = -Inf
230 // Yn(n < 0, 0) = +Inf if n is odd, -Inf if n is even
231 // Yn(n, x < 0) = NaN
232 // Yn(n, NaN) = NaN
233 func Yn(n int, x float64) float64 {
269 // Yn(x) = sin(x-(2n+1)*pi/4)*sqrt(2/x*pi)