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 865a4d0 commit 55449ffCopy full SHA for 55449ff
src/arraymath.jl
@@ -1,4 +1,4 @@
1
-import Base: .+, .-, .*, ./
+import Base: .+, .-, .*, ./, .\, .%, .^
2
3
# Support for elementwise ops on AbstractArray{S<:StaticArray} with Number
4
Base.promote_op{Op,A<:StaticArray,T<:Number}(op::Op, ::Type{A}, ::Type{T}) = similar_type(A, promote_op(op, eltype(A), T))
0 commit comments