XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches

◆ besjnud()

double besjnud ( double  nu,
double  x 
)

Derivative J'ν(x) of Bessel function of the first kind of order ν Iν(x) (fractional order)

Purpose
besjnud computes the derivative J'ν(x) of the Bessel function of the first kind of order ν Iν(x).
Returns
J'ν(x).
Parameters
[in]nuOrder ν.
[in]xArgument x. (x >= 0 if ν is not an integer)
Error handling
  • If nu is not an integer and x < 0, domain error (EDOM) occurs.
  • Range error (ERANGE) may occur.
Reference
boost/math/special_functions