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 b69cc79 commit 367b9cbCopy full SHA for 367b9cb
src/DoubleFloats.jl
@@ -124,16 +124,15 @@ include("extras/random.jl")
124
include("extras/misc.jl")
125
include("extras/macros.jl")
126
127
-
+VERSION < v"1.1.0" && using Requires
128
if VERSION >= v"1.1.0"
129
using SpecialFunctions
130
include("math/special/specialfunctions.jl")
131
else
132
- using Requires
133
function __init__()
134
- # @require SpecialFunctions="276daf66-3868-5448-9aa4-cd146d93841b" begin
135
- # include("math/special/specialfunctions.jl")
136
- # end
+ @require SpecialFunctions="276daf66-3868-5448-9aa4-cd146d93841b" begin
+ include("math/special/specialfunctions.jl")
+ end
137
end
138
139
0 commit comments