Returns an
AccuracyGoal that specifies that calculations should be done
to the specified relative accuracy.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static AccuracyGoal Absolute(
double digits
)
Public Shared Function Absolute (
digits As Double
) As AccuracyGoal
public:
static AccuracyGoal Absolute(
double digits
)
static member Absolute :
digits : float -> AccuracyGoal
Parameters
- digits
- Type: SystemDouble
The number of decimal digits of accuracy.
Return Value
Type:
AccuracyGoal
Reference