You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Math-Numerical/PMSimplexOptimizer.class.st
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@ Class {
11
11
PMSimplexOptimizerclass>> defaultPrecision [
12
12
"Private"
13
13
14
-
^Float defaultComparisonPrecision *1000
14
+
selfflag:#todo. "In Pharo 12 the default comparision precision of Float will be improved. When Pharo 12 will be the minimal version of Polymath we can use `Float defaultComparisonPrecision"
0 commit comments