Commit b3fa2c00 authored by Rudi Chen's avatar Rudi Chen

Test case for future division which NumPy uses.

parent 099b2b90
......@@ -19,3 +19,6 @@ test(3.0, 2)
test(3.0, 2.0)
test(3.0, -2.0)
test(-3.0, -2.0)
test(1.0 + 1.0j, 2)
test(1.0 + 1.0j, 2.0)
test(1.0 + 1.0j, 2.0j)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment