XLPack 6.1
Excel VBA Numerical Library Reference Manual
Loading...
Searching...
No Matches

◆ Besyn()

Function Besyn ( N As  Long,
X As  Double,
Optional Info As  Long 
)

Bessel functions of the second kind of order n Yn(x)

Purpose
This routine computes the Bessel function of the second kind of order n Yn(x).
Returns
Double
Bessel functions of the second kind of order n Yn(x).
Parameters
[in]NOrder n.
[in]XArgument x (X > 0).
[out]Info(Optional)
= 0: Successful exit.
= -2: The argument X had an illegal value. (X <= 0)
= 1: Floating point range error.
Reference
boost/math/special_functions