Module scid.functions

Special functions.

The functions in this module are ported (with permission) to D from Stephen L. Moshier's Cephes library.

Functions

NameDescription
besselI0(x) Modified Bessel function of the first kind, order 0.
besselI1(x) Modified Bessel function of the first kind, order 1.
besselK0(x) Modified Bessel function of the second kind, order 0.
besselK1(x) Modified Bessel function of the second kind, order 1.