s18ce Method
関数リスト一覧   NagLibrary Namespaceへ  ライブラリイントロダクション  本ヘルプドキュメントのchm形式版

s18ce returns a value of the scaled modified Bessel function e-xI0x.

Syntax

C#
public static double s18ce(
	double x
)
Visual Basic (Declaration)
Public Shared Function s18ce ( _
	x As Double _
) As Double
Visual C++
public:
static double s18ce(
	double x
)
F#
static member s18ce : 
        x:float -> float 

Parameters

x
Type: System..::.Double
On entry: the argument x of the function.

Return Value

s18ce returns a value of the scaled modified Bessel function e-xI0x.

Description

s18ce evaluates an approximation to e-xI0x, where I0 is a modified Bessel function of the first kind. The scaling factor e-x removes most of the variation in I0x.
The method uses the same Chebyshev expansions as s18ae, which returns the unscaled value of I0x.

References

Error Indicators and Warnings

Accuracy

Further Comments

Example

See Also