Skip to content

Commit

Permalink
adding back bessel,erf,gamma
Browse files Browse the repository at this point in the history
  • Loading branch information
denizyuret committed Mar 18, 2018
1 parent 5f28aa9 commit 6acb8d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/AutoGrad.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ include("linalg/generic.jl")
include("special/trig.jl")
if Pkg.installed("SpecialFunctions") != nothing
eval(Expr(:using,:SpecialFunctions))
include("special/bessel.jl")
include("special/erf.jl")
include("special/gamma.jl")
end

end # module
1 change: 0 additions & 1 deletion test/REQUIRE

This file was deleted.

0 comments on commit 6acb8d5

Please sign in to comment.