Click or drag to resize

EvaluationSettingsRelativePrecision Property

Gets or sets targeted relative precision.

Namespace:  Meta.Numerics.Analysis
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public double RelativePrecision { get; set; }

Property Value

Type: Double
The relative precision to which the result should be evaluated, which must be between 0 and 1.
See Also