SkillAgentSearch skills...

IntervalSets.jl

Interval Sets for Julia

Install / Use

/learn @JuliaMath/IntervalSets.jl
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Related Skills

View on GitHub
GitHub Stars105
CategoryDevelopment
Updated3mo ago
Forks28

Languages

Julia

Security Score

82/100

Audited on Dec 15, 2025

No findings