IMSL C# Numerical Library

Bessel.K Method

Evaluates a sequence of modified Bessel functions of the third kind.

Overload List

Evaluates a sequence of modified Bessel functions of the third kind with fractional order and real argument.

public static double[] K(double,double,int);

Evaluates a sequence of modified Bessel functions of the third kind with integer order and real argument.

public static double[] K(double,int);

See Also

Bessel Class | Imsl.Math Namespace