Click or drag to resize
Accord.NET (logo)

NonAdaptiveGaussKronrodToleranceRelative Property

Desired relative accuracy. If set to zero, this parameter will be ignored and only other requisites will be taken into account. Default is 1e-3.

Namespace:  Accord.Math.Integration
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public double ToleranceRelative { get; set; }
Request Example View Source

Property Value

Type: Double
See Also