3.5.1.3.24 bessely

Bessel function of second kind For more information please review the s17dcc function in the NAG document.

Syntax

complex bessely( double nu, complex z[, int scale] )

Parameters

nu

a real number that specifies the function order

z

the argument z of the function

scale

scale option. 0 = No scaling; 1 = Scale the output of bessely by exp(-abs(imag(Z)))


Return

Returns value of the Bessel function of the second kind

Example

See Also

besselk