BESSELK


Description Computes the value of the nth order Bessel function of the second kind evaluated at x.

Syntax BESSELK ( number, order)
Argument Description
number Any real number x at which to evaluate the function.
order Any positive whole number or 0. Values are truncated to integers.

Equation

Examples This function returns 9.758562803:

BESSELK(5,10)

This function returns 180713288.5:

BESSELK(1,10)

See Also BESSELI, BESSELJ, BESSELY