BESSELY
Returns the Bessel function Yn(x).
EngineeringEngineering & Science
What it does
Calculates the Bessel function of the second kind, Yn(x) (also known as the Weber or Neumann function).
Syntax
BESSELY(x, n)
Arguments
x(number) β The value at which to evaluate the function.n(number) β The order of the Bessel function.
Examples
Calculate Bessel Y
Calculate for x=2.5, order 1.
FORMULA
=BESSELY(2.5, 1)
RESULT
0.1459
SAMPLE DATA
| A | B | |
|---|---|---|
| 1 | X | Order |
| 2 | 2.5 | 1 |