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 4da2f9b commit a869692Copy full SHA for a869692
.gitignore
@@ -1,2 +1,3 @@
1
*~
2
*.kate-swp
3
+Manifest.toml
Project.toml
@@ -0,0 +1,15 @@
+name = "Calculus"
+uuid = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
+version = "0.5.0"
4
+
5
+[deps]
6
+Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
7
8
+[compat]
9
+julia = "1"
10
11
+[extras]
12
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
13
14
+[targets]
15
+test = ["Test"]
REQUIRE
src/Calculus.jl
@@ -1,5 +1,3 @@
-VERSION < v"0.7.0-beta2.199" && __precompile__()
-
module Calculus
using Compat
export check_derivative,
0 commit comments