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 96c9c78 commit 857eef4Copy full SHA for 857eef4
test/runtests.jl
@@ -13,7 +13,9 @@ setprecision(65536)
13
@test exact == xsum(@view A[:,1])
14
@test exact == xsum(@view Array(A')[1,:])
15
16
- @test 2*exact == xsum(2*x for x in a)
+ @test 2exact == xsum(2x for x in a)
17
+
18
+ @test Complex(2exact, 4exact) == xsum(Complex(2x,4x) for x in a)
19
end
20
21
0 commit comments