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

◆ besk0()

double besk0 ( double  x)

Modified Bessel functions of the second kind of order zero K0(x)

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