Skip to content

Commit 611c2d5

Browse files
committed
moar-fudge tests with big exponentials
1 parent 8b6a051 commit 611c2d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

S32-num/power.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ is 1 ** 4553535345364535345634543534, 1, "1 ** 4553535345364535345634543534 == 1
1717
is 1e0 ** 4553535345364535345634543534, 1, "1e0 ** 4553535345364535345634543534 == 1";
1818
isa_ok 1e0 ** 4553535345364535345634543534, Num, "1e0 ** 4553535345364535345634543534 is a Num";
1919
#?rakudo.parrot 2 todo "Simple bigint optimizations NYI"
20+
#?rakudo.moar 4 todo 'big exponents'
2021
is (-1) ** 4553535345364535345634543534, 1, "-1 ** 4553535345364535345634543534 == 1";
2122
is (-1) ** 4553535345364535345634543533, -1, "-1 ** 4553535345364535345634543534 == -1";
2223
#?niecza skip "Slow and wrong"

0 commit comments

Comments
 (0)