Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unfudge Complex.roots tests for rakudo
  • Loading branch information
moritz committed Jul 7, 2011
1 parent 538f68c commit f77300f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S32-num/power.t
Expand Up @@ -60,7 +60,6 @@ is_approx((-3i) ** 3, 27i, "-3i ** 3 = 27i");
is_approx (-1) ** -i, 23.1406926327793, "(-1) ** -i is approx 23.1406926327793";

#?DOES 4
#?rakudo skip 'Complex.roots'
{
for (8i).roots(4) -> $z {
is_approx($z ** 4, 8i, "quartic root of 8i ** 4 = 8i");
Expand Down

0 comments on commit f77300f

Please sign in to comment.