diff --git a/src/support/complex.jl b/src/support/complex.jl index 4c3e8ebc..5ac0a1c1 100644 --- a/src/support/complex.jl +++ b/src/support/complex.jl @@ -68,7 +68,7 @@ function angle(x::ArbComplex{P}) where {P} return z end -magnitude(x::T) where {T<:Complex} where {P} = hypot(reim(x)...) +magnitude(x::T) where {T<:Complex} = hypot(reim(x)...) magnitude(x::ArbFloat{P}) where {P} = x magnitude(x::ArbReal{P}) where {P} = x