Description Returns the value of Bessel Function of the second kind Yn(x) where n is an integer.
Syntax ynval = BessYn( n, x )
Parameters ynval (Double) Value of BessYn(x) for given integer order n and argument x.
n As Long Integer order of the Bessel function Yn(x).
x As Double Argument for which BessYn(x) is to be evaluated.
Remarks This function returns the value of Bessel Function of the second kind Yn(x) where n is an integer. If there is a problem, the function does not set an error.
See Also
|