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 8f77884 commit 730903eCopy full SHA for 730903e
Readme.md
@@ -1,5 +1,4 @@
1
-ReusableFunctions
2
-=================
+# ReusableFunctions
3
4
Automated storage and retrieval of results for Julia functions calls.
5
ReusableFunctions is a module of [MADS](http://madsjulia.github.io/Mads.jl).
@@ -34,7 +33,7 @@ julia> f_reuse(1)
34
33
35
36
# function call using ReusableFunctions function
37
-# the second time f_reuse() is called he original function f() is NOT called
+# the second time f_reuse() is called the original function f() is NOT called
38
# the already stored output from the first call is reported
39
julia> f_reuse(1)
40
0 commit comments