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

◆ beskn()

double beskn ( int  n,
double  x 
)

Modified Bessel function of the second kind of order n Kn(x)

Purpose
beskn computes the modified Bessel function of the second kind of order n Kn(x).
Returns
Modified Bessel function of the second kind of order n Kn(x).
Parameters
[in]nOrder n.
[in]xArgument x (x > 0).
Error handling
  • If x < 0, domain error (EDOM) occurs.
  • Range error (ERANGE) may occur.
Reference
boost/math/special_functions