x01ab returns the numerical value of γ (Euler's constant).

Syntax

C#
public static double x01ab()
Visual Basic
Public Shared Function x01ab As Double
Visual C++
public:
static double x01ab()
F#
static member x01ab : unit -> float 

Return Value

x01ab returns the numerical value of γ (Euler's constant).

Description

None.

References

None.

Error Indicators and Warnings

None.

Accuracy

The result should be correct to machine precision (see X02 class).

Parallelism and Performance

None.

Further Comments

None.

Example

None.

See Also