julia 1.10.2, url esc sequence removal
This commit is contained in:
@@ -15,7 +15,7 @@ f = Figure(size=(800, 180))
|
||||
for i in 1:4
|
||||
x = sin.( a[i] .* t .+ δ )
|
||||
y = sin.( b[i] .* t )
|
||||
lines(f[1, i], x, y, aspect=1 )
|
||||
lines(f[1, i], x, y, aspect = 1)
|
||||
end
|
||||
f
|
||||
```
|
||||
@@ -27,7 +27,7 @@ f
|
||||
Intelligence Laboratory* des MIT
|
||||
- 2012 erste release v0.1
|
||||
- 2018 Version v1.0
|
||||
- aktuell: v1.10.1 vom 13. Februar 2024
|
||||
- aktuell: v1.10.2 vom 1. März 2024
|
||||
|
||||
Zum ersten release 2012 haben die Schöpfer von Julia ihre Ziele und Motivation in dem Blogbeitrag [Why we created Julia](https://julialang.org/blog/2012/02/why-we-created-julia/)
|
||||
interessant zusammengefasst.
|
||||
|
||||
Reference in New Issue
Block a user