File tree 4 files changed +4
-460
lines changed 4 files changed +4
-460
lines changed Original file line number Diff line number Diff line change @@ -151,10 +151,6 @@ trait FieldSyntax extends EuclideanRingSyntax with MultiplicativeGroupSyntax
151
151
152
152
trait NRootSyntax {
153
153
implicit def nrootOps [A : NRoot ](a : A ): NRootOps [A ] = new NRootOps (a)
154
-
155
- // implicit def literalIntNRootOps(lhs: Int): LiteralIntNRootOps = new LiteralIntNRootOps(lhs)
156
- // implicit def literalLongNRootOps(lhs: Long): LiteralLongNRootOps = new LiteralLongNRootOps(lhs)
157
- // implicit def literalDoubleNRootOps(lhs: Double): LiteralDoubleNRootOps = new LiteralDoubleNRootOps(lhs)
158
154
}
159
155
160
156
trait LeftModuleSyntax extends RingSyntax {
Original file line number Diff line number Diff line change @@ -71,4 +71,3 @@ class LiteralBigIntOps(val lhs: BigInt) extends AnyVal {
71
71
def % (rhs : Number ): Number = Number (lhs).emod(rhs)
72
72
def /% (rhs : Number ): (Number , Number ) = Number (lhs).equotmod(rhs)
73
73
}
74
-
You can’t perform that action at this time.
0 commit comments