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 95b48b2 commit 1124541Copy full SHA for 1124541
src/Calculus.jl
@@ -1,4 +1,5 @@
1
-__precompile__()
+VERSION < v"0.7.0-beta2.199" && __precompile__()
2
+
3
module Calculus
4
using Compat
5
export check_derivative,
0 commit comments