XLPack 7.0
Python API Reference Manual
Loading...
Searching...
No Matches

◆ besjnu()

def besjnu ( nu  ,
 
)

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

Purpose
besjnu computes the Bessel function of the first kind of order ν Jν(x).
Returns
float
Bessel function of the first kind of order ν 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