Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rakudo unfudge
  • Loading branch information
moritz committed Feb 13, 2012
1 parent ff0bbd3 commit b47fb49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S32-num/power.t
Expand Up @@ -76,7 +76,6 @@ is_approx (-1) ** -i, 23.1406926327793, "(-1) ** -i is approx 23.1406926327793";
is_approx((4 + 0i) ** (2 + 0i), 4 ** 2, "(4+0i) ** (2+0i) == 16");

# Rat ** a large number
#?rakudo 2 todo 'big numbers division'
ok(1.015 ** 200 !~~ NaN, "1.015 ** 200 is not NaN");
is_approx(1.015 ** 200, 19.6430286394751, "1.015 ** 200 == 19.6430286394751");

Expand Down

0 comments on commit b47fb49

Please sign in to comment.