Skip to content

Commit

Permalink
style: removed redundant comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
hemalvarambhia committed Dec 24, 2023
1 parent 8dbe917 commit 6ebf707
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Math-Polynomials/PMPolynomial.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,7 @@ PMPolynomial >> reciprocal [

{ #category : #information }
PMPolynomial >> roots [
"comment stating purpose of instance-side method"
"scope: class-variables & instance-variables"

^ (self roots: Float defaultComparisonPrecision) asSortedCollection asArray
^ (self roots: Float defaultComparisonPrecision) asSortedCollection asArray
]

{ #category : #information }
Expand Down

0 comments on commit 6ebf707

Please sign in to comment.