AccuracyGoal.Absolute Method

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

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static AccuracyGoal Absolute(
	double digits
)

Parameters

digits  Double
The number of decimal digits of accuracy.

Return Value

AccuracyGoal

See Also