Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add #?DOES to S32-num/power.t to fix fudging for niecza
  • Loading branch information
pmurias committed Dec 28, 2010
1 parent e75b0e8 commit f65933f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S32-num/power.t
Expand Up @@ -56,11 +56,13 @@ is_approx(5i ** 3, -125i, "5i ** 3 = -125i");
is_approx(3i ** 3, -27i, "3i ** 3 = -27i");
is_approx((-3i) ** 3, 27i, "-3i ** 3 = 27i");

#?DOES 4
{
for (8i).roots(4) -> $z {
is_approx($z ** 4, 8i, "quartic root of 8i ** 4 = 8i");
}
}
#?DOES 1

# Real ** Complex
{
Expand Down

0 comments on commit f65933f

Please sign in to comment.