AccuracyGoal.Relative Method

Returns an AccuracyGoal that specifies that calculations should be done to the specified relative accuracy.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static AccuracyGoal Relative(
	double digits
)

Parameters

digits  Double
The number of decimal digits of accuracy relative to the size of the result.

Return Value

AccuracyGoal

See Also