We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e6a2b commit 8f399c8Copy full SHA for 8f399c8
src/multidim/arithmetic.jl
@@ -23,3 +23,4 @@ wrap(v) = v
23
24
Base.broadcast(f, X::IntervalBox) = wrap(f.(X.v))
25
Base.broadcast(f, X::IntervalBox, Y::IntervalBox) = wrap(f.(X.v, Y.v))
26
+Base.broadcast(f, X::IntervalBox, y) = wrap(f.(X.v, y))
0 commit comments