We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
complex
1 parent 122e1e9 commit 71dcfb9Copy full SHA for 71dcfb9
1 file changed
spec/latest/index.bs
@@ -280,6 +280,8 @@ array of complex `float64` would have a datatype of `complex[float64]` The real
280
component of the `i`th element in the modified array shall be stored at position
281
`2i` in the original array, and the imaginary component of the `i`th element in
282
the modified array shall be at position `2i + 1` in the underlying array.
283
+The `complex` value modifier may only be used with the types `float32` and
284
+`float64`.
285
286
### Sparse Array with All Values the Same ### {#iso_arrays}
287
0 commit comments