We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6a051 commit 611c2d5Copy full SHA for 611c2d5
S32-num/power.t
@@ -17,6 +17,7 @@ is 1 ** 4553535345364535345634543534, 1, "1 ** 4553535345364535345634543534 == 1
17
is 1e0 ** 4553535345364535345634543534, 1, "1e0 ** 4553535345364535345634543534 == 1";
18
isa_ok 1e0 ** 4553535345364535345634543534, Num, "1e0 ** 4553535345364535345634543534 is a Num";
19
#?rakudo.parrot 2 todo "Simple bigint optimizations NYI"
20
+#?rakudo.moar 4 todo 'big exponents'
21
is (-1) ** 4553535345364535345634543534, 1, "-1 ** 4553535345364535345634543534 == 1";
22
is (-1) ** 4553535345364535345634543533, -1, "-1 ** 4553535345364535345634543534 == -1";
23
#?niecza skip "Slow and wrong"
0 commit comments