with and being the other solutions. See Maths/Special/Bessel/I/I
This solution has a regular singularity at 0 and an irregular singularity at .
Bessel function of the 2nd kind
The function is evaluated by forward recurrence on n, starting with values computed by the routines
y0() and y1().
If n = 0 or 1 the routine for Maths/Special/Bessel/Y/Y0 or Maths/Special/Bessel/Y/Y1 is called directly.
Returns the Bessel function of the second kind with real order v.
If the order v is an interger then the integer form of Maths/Special/Bessel/Y/Y is used,
otherwise the solution is constructed from a combination of Maths/Special/Bessel/J/J and
This function has not been tested to be correct or accurate. It maks use of the Bessel K (bessel/k), which currently does not accept a real order. When Bessel K is updated, it is expected this function will then work appropriately. Use with care.
References:
Cephes Math Library Release 2.8: June, 2000
Parameters
x
value to be transformed
v
the order
Authors
Stephen L. Moshier. Copyright 1984, 1987, 2000, Documentation by Nick Owens