We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d5fa8a commit 5fba54aCopy full SHA for 5fba54a
src/Polynomials.jl
@@ -1,6 +1,6 @@
1
# Poly type manipulations
2
3
-__precompile__()
+isdefined(Base, :__precompile__) && __precompile__()
4
5
module Polynomials
6
#todo: sparse polynomials?
0 commit comments