Skip to content

Commit

Permalink
refactor: Inline Method as it has no clients.
Browse files Browse the repository at this point in the history
  • Loading branch information
hemalvarambhia committed Dec 24, 2023
1 parent 91e14e3 commit 251c5b6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Math-Polynomials/PMPolynomial.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,6 @@ PMPolynomial >> reciprocal [
^ (PMPolynomial coefficients: #(1)) / self
]

{ #category : #information }
PMPolynomial >> roots [

^ self roots: Float defaultComparisonPrecision
]

{ #category : #information }
PMPolynomial >> roots: aNumber [

Expand Down

0 comments on commit 251c5b6

Please sign in to comment.