Skip to content

Commit b51024c

Browse files
Update Double64.jl
1 parent c4b8b47 commit b51024c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Double64.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ end
99
@inline _ntuple_equal(x::NTuple{2,Float64}, y::NTuple{2,Float64}) = (x[1] === y[1]) && (x[2] === y[2])
1010
@inline _ntuple_equal(x::NTuple{N,Vec{M,T}}, y::NTuple{N,Vec{M,T}}) where {N,M,T} = all(all.(x .== y))
1111

12-
const Tuple2 = NTuple{2, Float64]
12+
const Tuple2 = NTuple{2, Float64}
1313

1414
struct Double64 <: AbstractFloat
1515
hilo::NTuple{2,Float64}

0 commit comments

Comments
 (0)