Skip to content

Commit 1487a64

Browse files
refactor: migrated the client to no longer use roots message.
1 parent 9709c54 commit 1487a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Math-Polynomials/PMPolynomial.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ PMPolynomial >> orderedRoots [
198198
"comment stating purpose of instance-side method"
199199
"scope: class-variables & instance-variables"
200200

201-
^ self roots asSortedCollection asArray
201+
^ (self roots: Float defaultComparisonPrecision) asSortedCollection asArray
202202
]
203203

204204
{ #category : #printing }

0 commit comments

Comments
 (0)