IMSL C# Numerical Library

MinConNLP.FunctionPrecision Property

The relative precision of the function evaluation routine.

public double FunctionPrecision {get; set;}

Property Value

A double scalar value specifying the relative precision of the function evaluation routine.

Remarks

By default, FunctionPrecision is set to 2.2e-16.

Exceptions

Exception Type Condition
ArgumentException is thrown if FunctionPrecision is set to a value less than or equal to 0.0

See Also

MinConNLP Class | Imsl.Math Namespace