< Back
BESSELY function
Post
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.
Bessel functions, are canonical solutions y(x) of Bessel's differential equation:
Syntax BESSELY(X, N) The BESSELY function syntax has the following arguments:
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.
Bessel functions, are canonical solutions y(x) of Bessel's differential equation:
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.
- 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:
Formula | Description | Result |
=BESSELY(3.2, 3) | Weber's Bessel function at 3.2 and an order of 3 | -0.464909673 |