BESSELY function

Category: Engineering
Introduced: Excel 365

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.

Example

=BESSELY(2.5, 1)

Microsoft Support Page

https://support.microsoft.com/en-us/office/bessely-function-f3a356b3-da89-42c3-8974-2da54d6353a2

Back to Functions