IntervalSets.jl
Interval Sets for Julia
Install / Use
/learn @JuliaMath/IntervalSets.jlREADME
IntervalSets.jl
Interval Sets for Julia
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
node-connect
339.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
339.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.9kCommit, push, and open a PR
