BESSELY


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

Syntax BESSELY ( 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 0.376850015:

BESSELY(3,0)

This function returns -25.12910983:

BESSELY(5,10)

See Also BESSELI, BESSELJ, BESSELK