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

◆ besyn()

double besyn ( int  n,
double  x 
)

Bessel functions of the second kind of order n Yn(x)

Purpose
besyn computes the Bessel function of the second kind of order n Yn(x).
Returns
Bessel functions of the second kind of order n Yn(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