Skip to content

Commit 9193a7c

Browse files
committed
Add complex dtypes to the array_api top-level namespace
Original NumPy Commit: bd86d17d60f3d9fa93c35665f034ac09c1193f98
1 parent cec9ba4 commit 9193a7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

array_api_strict/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@
198198
uint64,
199199
float32,
200200
float64,
201+
complex64,
202+
complex128,
201203
bool,
202204
)
203205

0 commit comments

Comments
 (0)