Syntax
C# |
---|
public static double x02aj() |
Visual Basic (Declaration) |
---|
Public Shared Function x02aj As Double |
Visual C++ |
---|
public: static double x02aj() |
F# |
---|
static member x02aj : unit -> float |
Return Value
Description
x02aj returns machine precision, computed as
ε
=
1 2
×
b 1 - p
, where b is the arithmetic base (see x02bh) and p is the number of significant base-b digits (see (x02bj not in this release)).
It is important to note that the definition of ε here differs from that in ISO (1997).
References
Error Indicators and Warnings
None.
Accuracy
None.
Further Comments
None.