Returns the precision with which Solve, looks for solutions.
By default, the precision is set to 5 decimal places, but you can change it by calling the SetTolerance method.
Note: The tolerance acts as an exiting condition and whenever a solution is sought by Solve, then either a solution to a given level of tolerance will be found and the algorithm will exit or the maximum number of iterations given by SetMaxIterations, will be reached.
EasySolver Class | WebCab.COM.Math.Optimization Namespace | SetTolerance