Skip to content

Commit 69de343

Browse files
Docs: Update fib(90) for unsupported 2^47,
1 parent 56421e8 commit 69de343

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

compiler/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ def fib(n):
4343
print(fib(45))
4444
```
4545

46-
| Runtime | $\text{fib}(45)$ real | $\text{fib}(45)$ user | sys | $\text{fib}(90)$ real |
47-
|--------------|------------------------|------------------------|----------|------------------------|
48-
| CPython 3.13 | 1m56.345s | 1m56.324s | 0m0.009s | n/a |
49-
| Edge Python | 0m0.011s | 0m0.000s | 0m0.003s | 0m0.013s |
46+
| Runtime | $\text{fib}(45)$ real | $\text{fib}(45)$ user | sys |
47+
|--------------|------------------------|------------------------|----------|
48+
| CPython 3.13 | 1m56.345s | 1m56.324s | 0m0.009s |
49+
| Edge Python | 0m0.011s | 0m0.000s | 0m0.003s |
5050

5151
One Million Iterations — $10^6$:
5252

0 commit comments

Comments
 (0)