Returns an
AccuracyGoal that specifies that calculations should be done
to the specified relative accuracy.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
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
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference