Skip to content

Commit

Permalink
Export alias (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHnt authored Sep 3, 2024
1 parent 3bf7b4c commit e41247b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/IntervalArithmetic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ include("symbols.jl")
# convenient alias
const RealOrComplexI{T} = Union{Interval{T},Complex{Interval{T}}}
const ComplexI{T} = Complex{Interval{T}}
export RealOrComplexI, ComplexI
const RealIntervalType{T} = Union{BareInterval{T},Interval{T}}
export RealOrComplexI, ComplexI, RealIntervalType

end

0 comments on commit e41247b

Please sign in to comment.