Skip to content

Commit 0a54c09

Browse files
committed
Add dot to big in README
1 parent ce81f74 commit 0a54c09

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
@@ -12,7 +12,7 @@ So far, this has mainly been my playground but you might find some of the functi
1212
```jl
1313
julia> using GenericLinearAlgebra
1414

15-
julia> A = big(randn(10,10));
15+
julia> A = big.(randn(10,10));
1616

1717
julia> cond(A)
1818
1.266829904721752610946505846921202851190952179974780602509001252204638657237828e+03

0 commit comments

Comments
 (0)