Skip to content

Commit 96cec3b

Browse files
Update DoubleFloats.jl
1 parent 367b9cb commit 96cec3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DoubleFloats.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export DoubleFloat,
3636

3737
using Base.MathConstants: pi, golden, ℯ, eulergamma, catalan
3838

39+
using Requires
3940
using Printf
4041
using Random
4142
import Random: rand, randn
@@ -124,7 +125,6 @@ include("extras/random.jl")
124125
include("extras/misc.jl")
125126
include("extras/macros.jl")
126127

127-
VERSION < v"1.1.0" && using Requires
128128
if VERSION >= v"1.1.0"
129129
using SpecialFunctions
130130
include("math/special/specialfunctions.jl")

0 commit comments

Comments
 (0)