scid.functions

Special functions.

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

Members

Functions

besselI0
real besselI0(real x)

Modified Bessel function of the first kind, order 0.

besselI1
real besselI1(real x)

Modified Bessel function of the first kind, order 1.

besselK0
real besselK0(real x)

Modified Bessel function of the second kind, order 0.

besselK1
real besselK1(real x)

Modified Bessel function of the second kind, order 1.

Meta

Authors

Lars Tandle Kyllingstad

License

Boost License 1.0