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

◆ sbesjnu()

double sbesjnu ( double  nu,
double  x 
)

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

Purpose
sbesjnu computes the spherical Bessel function of the first kind of order ν jν(x).
Returns
Spherical Bessel function of the first kind of order ν jν(x).
Parameters
[in]nuOrder ν.
[in]xArgument x. (x >= 0)
Error handling
  • If x < 0, domain error (EDOM) occurs.
  • Range error (ERANGE) may occur.
Reference
boost/math/special_functions