This function is obsolete, please see BessYn
Description Returns the value of Bessel Function of the second kind Yn(x) where n is an integer.
Syntax ynval = Yn( n, x )
Parameters ynval (Double) Value of Yn(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 Yn(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
|