Returns the Bessel function Yn(x).
Sample Usage
BESSELY(2.5,1)
BESSELY(C5,C6)
Syntax
BESSELY(x,n)
- x - The value on which the function will be calculated.
- n - The order of the Bessel function.
Examples
BESSELY(2.5,1) returns the Bessel function at 2.5 with an order of 1.
BESSELY(C5,C6) returns the Bessel function according to the arguments specified in cells C5 and C6.
Notes
- If n is not an integer, it is truncated.
- If n < 0, BESSELY returns an error.
- If n is nonnumeric, BESSELY returns an error.