first work on julia engine branch

This commit is contained in:
2024-05-12 19:50:45 +02:00
parent cbfdbaa4eb
commit cc79833992
46 changed files with 655 additions and 222 deletions

View File

@@ -1,7 +1,9 @@
---
engine: julia
---
# Maschinenzahlen
```{julia}
for x ∈ ( 3, 3.3e4, Int16(20), Float32(3.3e4), UInt16(9) )
@show x sizeof(x) typeof(x)