Commit 32d78be7 authored by Boxiang Sun's avatar Boxiang Sun

add more test value into float pow

parent d3ba7557
......@@ -96,7 +96,8 @@ print -(-0.0)
print repr((1e100).__trunc__())
all_args = [None, 1, 1L, -1, -1L, 2.0, 0.5, 0]
all_args = [None, 1, 1L, -1, -1L, 2.0, 0.5, 0, "",
0.0, -0.0, -0.5, float('nan'), float('inf')]
for lhs in all_args:
for rhs in all_args:
for mod in all_args:
......
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