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

◆ Sbesin()

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

Modified spherical Bessel function of the first kind in(x)

Purpose
This routine computes the modified spherical Bessel functions of the first kind in(x).
Returns
Double
Modified spherical Bessel function of the first kind in(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.