Skip to content

Commit 691f5cf

Browse files
authored
Fix printouts in readme
1 parent 57db8da commit 691f5cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,8 @@ julia> R8 = FixedRational{Int8,6};
175175
julia> R32 = FixedRational{Int32,2^4 * 3^2 * 5^2 * 7}; # Default
176176

177177
julia> q8 = [Quantity(randn(), R8, length=rand(-2:2)) for i in 1:1000];
178-
0.2 𝐋 ²
179178

180179
julia> q32 = [Quantity(randn(), R32, length=rand(-2:2)) for i in 1:1000];
181-
0.2 𝐋 ²
182180

183181
julia> f(x) = @. x ^ 2 * 0.5;
184182

0 commit comments

Comments
 (0)