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

g01mt returns the value of the Landau density function ϕλ.

Syntax

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

Parameters

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

Return Value

g01mt returns the value of the Landau density function ϕλ.

Description

g01mt evaluates an approximation to the Landau density function ϕλ given by
ϕλ=12πi c-i c+iexpλs+slnsds,
where c is an arbitrary real constant, using piecewise approximation by rational functions. Further details can be found in Kölbig and Schorr (1984).
To obtain the value of ϕλ, g01rt can be used.

References

Error Indicators and Warnings

Accuracy

Further Comments

Example

See Also