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 Relative(
double digits
)
Public Shared Function Relative (
digits As Double
) As AccuracyGoal
public:
static AccuracyGoal Relative(
double digits
)
static member Relative :
digits : float -> AccuracyGoal
Parameters
- digits
- Type: SystemDouble
The number of decimal digits of accuracy relative to the size of the result.
Return Value
Type:
AccuracyGoal
Reference