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

◆ Besy0_sub()

Sub Besy0_sub ( Ret As  Double,
X As  Double,
Optional Info As  Long 
)

Bessel function of the second kind of order zero Y0(x) (Subroutine version)

Purpose
Computes the Bessel function of the second kind of order zero Y0(x).
Parameters
[out]RetBessel function of the second kind of order zero Y0(x).
[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