JuliaMath / JuliaMath/IntervalSets.jl
Add arithmetic & related operations when unambiguous
Open
- Dominant language
- Julia
- Stars
- 109
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
I'd like to propose adding basic operations on intervals, such as multiplication by another value (the specific list of operations to be defined).
Multiplication is supported by different Julia objects, not just numbers. For example, arrays – and this is often convenient:
```julia
2 * [1,2,3]
using Unitful
[1,2,3]u"m"
```
I don't see any discussions of such a proposal before. What do you think?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.