x02am returns the safe range of floating-point arithmetic.
Syntax
C# |
---|
public static double x02am() |
Visual Basic |
---|
Public Shared Function x02am As Double |
Visual C++ |
---|
public: static double x02am() |
F# |
---|
static member x02am : unit -> float |
Return Value
x02am returns the safe range of floating-point arithmetic.
Description
x02am is defined to be the smallest positive model number such that for any in the range [] the following can be computed without undue loss of accuracy, overflow, underflow or other error:
- for any
References
None.
Error Indicators and Warnings
None.
Accuracy
None.
Parallelism and Performance
None.
Further Comments
None.