Skip to content

Commit b47fb49

Browse files
committed
rakudo unfudge
1 parent ff0bbd3 commit b47fb49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

S32-num/power.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ is_approx (-1) ** -i, 23.1406926327793, "(-1) ** -i is approx 23.1406926327793";
7676
is_approx((4 + 0i) ** (2 + 0i), 4 ** 2, "(4+0i) ** (2+0i) == 16");
7777

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

0 commit comments

Comments
 (0)