some small improvements in English

This commit is contained in:
2026-02-22 19:18:21 +01:00
parent 3b9c141c44
commit 552438aebe
8 changed files with 83 additions and 99 deletions

View File

@@ -93,7 +93,7 @@ end
```{julia}
z1 = PComplex{Float64}(-3.3, 7π+1)
```
For the explicit specification of an *inner constructor*, we have to pay a price: The *default constructors* provided by Julia are missing.
For explicitly specifying an *inner constructor*, we pay a price: Julia's *default constructors* are no longer available.
The constructor without explicit type specification in curly braces, which takes over the type of the arguments, is also desired: