JuliaApproximation / DomainSets.jl

A Julia package for describing domains as continuous sets of elements
MIT License
72 stars 12 forks source link

Remove +(::Interval, ::Number), etc., for intervals? #23

Closed dlfivefifty closed 4 years ago

dlfivefifty commented 6 years ago

Is this actually needed in practice? I think overriding broadcast is less confusing as domains don't really form an "algebra".

daanhb commented 5 years ago

Good call, I agree that using broadcast is the nicer and cleaner option here.