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

◆ Besjnu_sub()

Sub Besjnu_sub ( Ret As  Double,
Nu As  Double,
X As  Double,
Optional Info As  Long 
)

Bessel function of the first kind of order ν Jν(x) (fractional order) (Subroutine version)

Purpose
Computes the Bessel function of the first kind of order ν Jν(x).
Parameters
[out]RetBessel function of the first kind of order ν Jν(x).
[in]NuOrder ν.
[in]XArgument x. (X >= 0 if ν is not an integer)
[out]Info(Optional) = 0: Successful exit.
= -2: The argument X had an illegal value. (X < 0 when ν is not an integer)
= 1: Floating point range error.
Reference
boost/math/special_functions