more chapters adapted to julia engine
This commit is contained in:
@@ -4,6 +4,13 @@ engine: julia
|
||||
|
||||
# Maschinenzahlen
|
||||
|
||||
```{julia}
|
||||
#| error: false
|
||||
#| echo: false
|
||||
#| output: false
|
||||
using InteractiveUtils
|
||||
```
|
||||
|
||||
```{julia}
|
||||
for x ∈ ( 3, 3.3e4, Int16(20), Float32(3.3e4), UInt16(9) )
|
||||
@show x sizeof(x) typeof(x)
|
||||
|
||||
Reference in New Issue
Block a user