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 316cb82 commit dbd612aCopy full SHA for dbd612a
examples/stdlib/stream/fastexp.check
@@ -38,9 +38,9 @@
38
0 ^ 0
39
1
40
41
-7 ^ 22
42
-3909821048582988300
43
44
-22 ^ 7
45
-2494357888
46
+7 ^ 21
+558545864083284030
+21 ^ 7
+1801088541
examples/stdlib/stream/fastexp.effekt
@@ -74,6 +74,6 @@ def main() = {
74
testExp(0, 1)
75
testExp(1, 0)
76
testExp(0, 0)
77
- testExp(7, 22)
78
- testExp(22, 7)
+ testExp(7, 21)
+ testExp(21, 7)
79
}
0 commit comments