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 dbd612a commit edc3055Copy full SHA for edc3055
examples/stdlib/stream/fastexp.check
@@ -38,9 +38,15 @@
38
0 ^ 0
39
1
40
41
-7 ^ 21
42
-558545864083284030
43
44
-21 ^ 7
45
-1801088541
46
+200 ^ 2
+40000
+128 ^ 4
+268435456
47
+7 ^ 13
48
+96889010407
49
50
+13 ^ 7
51
+62748517
52
examples/stdlib/stream/fastexp.effekt
@@ -74,6 +74,8 @@ def main() = {
74
testExp(0, 1)
75
testExp(1, 0)
76
testExp(0, 0)
77
- testExp(7, 21)
78
- testExp(21, 7)
+ testExp(200, 2)
+ testExp(128, 4)
79
+ testExp(7, 13)
80
+ testExp(13, 7)
81
}
0 commit comments