IMSL C# Numerical Library

OdeRungeKutta.Tolerance Property

The error tolerance.

public double Tolerance {get; set;}

Property Value

A double specifying the error tolerance.

Remarks

By default, Tolerance = 1.0e-6.

Exceptions

Exception Type Condition
ArgumentException is thrown if Tolerance less than or equal 0

See Also

OdeRungeKutta Class | Imsl.Math Namespace