BESSELY Function Explained
The BESSELY
Function in Microsoft Excel is used to calculate the Bessel function of the first kind, which is a mathematical function used to solve certain differential equations. It takes two arguments: x
and n
, where x
is the real number for which the Bessel function is to be calculated and n
is the order of the Bessel function. The function returns the value of the Bessel function for the given x
and n
.
BESSELY Function Syntax
BESSELY(x, n, m)
- x: The x-value for which you want to calculate the Bessel function.
- n: The order of the Bessel function.
- m: The number of the Bessel function.