Skip to content

Commit 53ae557

Browse files
author
Andy Ferris
committed
Import problem
1 parent 865a4d0 commit 53ae557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arraymath.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Base: .+, .-, .*, ./
1+
import Base: .+, .-, .*, ./, .\, .%, \^
22

33
# Support for elementwise ops on AbstractArray{S<:StaticArray} with Number
44
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

Comments
 (0)