DomainSets.jl icon indicating copy to clipboard operation
DomainSets.jl copied to clipboard

arithmetic operations with broadcasting

Open daanhb opened this issue 1 year ago • 0 comments

As mentioned here:

julia> 1..2 * 2
1 .. 4

julia> 1..2 .* 2
1 .. 4

We probably only want the latter and not the former, because we're not dealing with vector spaces.

daanhb avatar Feb 14 '24 10:02 daanhb