File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,12 @@ IEEE 754 double-precision (64-bit) binary floating-point number (see IEEE 754-20
62
62
:::{admonition} Future extension
63
63
:class: hint
64
64
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.
66
71
:::
67
72
68
73
``` {note}
You can’t perform that action at this time.
0 commit comments