Skip to content

Commit

Permalink
Export alias
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHnt committed Sep 3, 2024
1 parent bcf688e commit 27858a4
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, RealIntervalTypes

end

0 comments on commit 27858a4

Please sign in to comment.