Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions spec/latest/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@ array of complex `float64` would have a datatype of `complex[float64]` The real
component of the `i`th element in the modified array shall be stored at position
`2i` in the original array, and the imaginary component of the `i`th element in
the modified array shall be at position `2i + 1` in the underlying array.
The `complex` value modifier may only be used with the types `float32` and
`float64`.

### Sparse Array with All Values the Same ### {#iso_arrays}

Expand Down