BESSELY function
Summary
Returns the Bessel function Yn(x)
Syntax
BESSELY(X, N)
The BESSELY function syntax has the following arguments:
• X Required. The value at which to evaluate the function.
• N Required. The order of the function. If n is not an integer, it is truncated.
• X Required. The value at which to evaluate the function.
• N Required. The order of the function. If n is not an integer, it is truncated.
Example
=BESSELY(2.5, 1)