BESSELY function

This article describes the formula syntax and usage of the BESSELY  function in Microsoft Excel.

Description

Returns the Bessel function, which is also called the Weber function or the Neumann function.

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.

Remarks

  • If x is nonnumeric, BESSELY returns the #VALUE! error value.

  • If n is nonnumeric, BESSELY returns the #VALUE! error value.

  • If n < 0, BESSELY returns the #NUM! error value.

  • The n-th order Bessel function of the variable x is:

    Equation

Example

Copy the example data in the following table, and paste it in cell A1 of a new Excel worksheet. For formulas to show results, select them, press F2, and then press Enter. If you need to, you can adjust the column widths to see all the data.

Formula

Description

Result

=BESSELY(2.5, 1)

Weber's Bessel function at 2.5 and an order of 1

0.145918138

Was this information helpful?

To protect your privacy, please do not include contact information in your feedback. Review our Privacy policy.