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

◆ Sbesynu()

Function Sbesynu ( Nu As  Double,
X As  Double,
Optional Info As  Long 
)

Spherical Bessel function of the second kind of order ν yν(x) (fractional order)

Purpose
This routine computes the spherical Bessel function of the second kind of order ν yν(x).
Returns
Double
Spherical Bessel function of the second kind of order ν yν(x).
Parameters
[in]NuOrder ν.
[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.