Skip to content

Commit 1eea9a9

Browse files
committed
Update README.md
1 parent 5834ac6 commit 1eea9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ julia> @time [besselj(k-1, z) for k=0:11_000-1];
7070
0.188690 seconds (77.20 k allocations: 3.295 MiB)
7171

7272
julia> @time J = A \ Vcat([besselj(1,z)], Zeros(∞));
73-
0.036701 seconds (406.40 k allocations: 46.552 MiB, 24.43% gc time)
73+
0.006354 seconds (90.93 k allocations: 6.791 MiB)
7474
```
7575

7676

0 commit comments

Comments
 (0)