XLPack 7.0
XLPack Numerical Library (Excel VBA) Reference Manual
Loading...
Searching...
No Matches

◆ Besy1()

Function Besy1 ( X As  Double,
Optional Info As  Long 
)

Bessel function of the second kind of order one Y1(x)

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