Skip to content

JuliaMath/IntervalSets.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

151 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IntervalSets.jl

Interval Sets for Julia

Stable Dev Build Status Coverage Aqua QA

Quick start

julia> using IntervalSets

julia> i1 = 1.0 .. 3.0
1.0 .. 3.0

julia> i2 = OpenInterval(0..4)
0 .. 4 (open)

julia> i1  i2
true

julia> i2  i1
false

Please refer to the documentation for comprehensive guides and examples.

About

Interval Sets for Julia

Topics

Resources

License

Code of conduct

Security policy

Stars

107 stars

Watchers

10 watching

Forks

Packages

 
 
 

Contributors

Languages