Skip to content

Commit

Permalink
remove extra
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySarnoff authored Mar 6, 2019
1 parent 91b85a7 commit 7a8c080
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Double.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ ComplexDF64(x::T) where {T<:Real} = ComplexDF64(x, zero(T))
ComplexDF32(x::T) where {T<:Real} = ComplexDF32(x, zero(T))
ComplexDF16(x::T) where {T<:Real} = ComplexDF16(x, zero(T))

ComplexDF64(x::T1, y::T2) where {T1<:Real, T2<:Real} = ComplexDF64(promote(x,y)...)
ComplexDF32(x::T1, y::T2) where {T1<:Real, T2<:Real} = ComplexDF32(promote(x,y)...)
ComplexDF16(x::T1, y::T2) where {T1<:Real, T2<:Real} = ComplexDF16(promote(x,y)...)
#ComplexDF64(x::T1, y::T2) where {T1<:Real, T2<:Real} = ComplexDF64(promote(x,y)...)
#ComplexDF32(x::T1, y::T2) where {T1<:Real, T2<:Real} = ComplexDF32(promote(x,y)...)
#ComplexDF16(x::T1, y::T2) where {T1<:Real, T2<:Real} = ComplexDF16(promote(x,y)...)

# deprecated
#const ComplexD64 = Complex{DoubleFloat{Float64}}
Expand Down

0 comments on commit 7a8c080

Please sign in to comment.