some small improvements in English
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user