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.
Pow's
1 parent f71d509 commit 75cee99Copy full SHA for 75cee99
test/basics.jl
@@ -195,5 +195,6 @@ end
195
@test x - x === 0
196
@test isequal(-x, -1x)
197
@test isequal(x^1, x)
198
+ @test isequal((x^-1)*inv(x^-1), 1)
199
end
200
0 commit comments