JuliaMath / JuliaMath/IntervalSets.jl

Add arithmetic & related operations when unambiguous

Open
#183 17 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.