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.
2 parents 1dc02fd + 5fba54a commit 6903171Copy full SHA for 6903171
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