Skip to content

Commit 4ae194a

Browse files
author
Arda Aytekin
committed
Closes #84.
1 parent 783fa05 commit 4ae194a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Polynomials.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ function divrem{T, S}(num::Poly{T}, den::Poly{S})
332332
return pQ, pR
333333
end
334334

335-
@deprecate /(num::Poly, den::Poly) div(num::Poly, den::Poly)
336335
div(num::Poly, den::Poly) = divrem(num, den)[1]
337336
rem(num::Poly, den::Poly) = divrem(num, den)[2]
338337

0 commit comments

Comments
 (0)