Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removal of division operator #84

Closed
aytekinar opened this issue Dec 4, 2016 · 1 comment
Closed

Removal of division operator #84

aytekinar opened this issue Dec 4, 2016 · 1 comment

Comments

@aytekinar
Copy link
Contributor

Would it be OK if we removed Base./(p1::Poly, p2::Poly) overload from the package?

Over the weekend I have tried implementing RationalFunctions.jl in the hope for extending Polynomials to support rational functions.

In that package, I am redefining the division operator between Polys. However, Julia issues a warning when doing so, which is not fun. It has been, anyway, deprecated for a while now in Polynomials.

@jverzani
Copy link
Member

jverzani commented Dec 7, 2016

seems like a good time to clean it up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants