We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9709c54 commit 1487a64Copy full SHA for 1487a64
src/Math-Polynomials/PMPolynomial.class.st
@@ -198,7 +198,7 @@ PMPolynomial >> orderedRoots [
198
"comment stating purpose of instance-side method"
199
"scope: class-variables & instance-variables"
200
201
- ^ self roots asSortedCollection asArray
+ ^ (self roots: Float defaultComparisonPrecision) asSortedCollection asArray
202
]
203
204
{ #category : #printing }
0 commit comments