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

ifail=-9000
An error occured, see message report.

Accuracy

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

Parallelism and Performance

None.

Further Comments

None.

Example

None.

See Also