Special.Bessel
            
            
            Evaluates the modified Bessel function of the second kind
            of order 0 scaled by a factor exp(x).
            
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
The scaled modified Bessel function of the second kind of order 0.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public static double BesselK0Scaled(
	double x
)Parameters
- x Double
- The value at which to evaluate the function.
Return Value
DoubleThe scaled modified Bessel function of the second kind of order 0.