DoubleDouble.jl icon indicating copy to clipboard operation
DoubleDouble.jl copied to clipboard

ERROR: LoadError: - not defined for DoubleDouble.Single{Float64}

Open GlenHertz opened this issue 7 years ago • 0 comments

I'm trying to use this library but I get the following:

julia> Single(1.0) - Single(0.0)
ERROR: - not defined for DoubleDouble.Single{Float64}
Stacktrace:
 [1] -(::DoubleDouble.Single{Float64}, ::DoubleDouble.Single{Float64}) at ./promotion.jl:337

GlenHertz avatar Aug 29 '17 18:08 GlenHertz