Skip to content

Commit b36720a

Browse files
committed
Add complex dtypes promotion rules to Future extension note.
1 parent 9555e12 commit b36720a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

spec/API_specification/data_types.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,12 @@ IEEE 754 double-precision (64-bit) binary floating-point number (see IEEE 754-20
6262
:::{admonition} Future extension
6363
:class: hint
6464
It is expected that in the next version of this standard, `complex64` and `complex128`
65-
dtypes will be added. See [array-api/issues/102](https://github.com/data-apis/array-api/issues/102) for details.
65+
dtypes will be added, with these casting rules (will be added to {ref}`type-promotion`):
66+
67+
![Type promotion diagram for complex dtypes in next version](/_static/images/dtype_promotion_complex.png)
68+
69+
See [array-api/issues/102](https://github.com/data-apis/array-api/issues/102)
70+
for more details.
6671
:::
6772

6873
```{note}
10.2 KB
Loading

0 commit comments

Comments
 (0)