Skip to content

Commit de896c3

Browse files
committed
dont round coeffs
1 parent 473de6d commit de896c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/polynomials/polynomials.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ public struct Polynomial {
2323
}
2424

2525
self.coeffs = stripped
26-
self.roundCoeffs()
2726
}
2827

2928
public init(coefficients: [Double]) {
@@ -38,7 +37,6 @@ public struct Polynomial {
3837
}
3938

4039
self.coeffs = coefficients
41-
self.roundCoeffs()
4240
}
4341

4442

0 commit comments

Comments
 (0)