We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e9299 commit 4e0102bCopy full SHA for 4e0102b
array_api_strict/__init__.py
@@ -83,6 +83,7 @@
83
"broadcast_to",
84
"can_cast",
85
"finfo",
86
+ "isdtype",
87
"iinfo",
88
"result_type",
89
]
@@ -114,6 +115,8 @@
114
115
"uint64",
116
"float32",
117
"float64",
118
+ "complex64",
119
+ "complex128",
120
"bool",
121
122
@@ -196,6 +199,7 @@
196
199
"bitwise_right_shift",
197
200
"bitwise_xor",
198
201
"ceil",
202
+ "conj",
203
"cos",
204
"cosh",
205
"divide",
@@ -206,6 +210,7 @@
206
210
"floor_divide",
207
211
"greater",
208
212
"greater_equal",
213
+ "imag",
209
214
"isfinite",
215
"isinf",
216
"isnan",
@@ -225,6 +230,7 @@
225
230
"not_equal",
226
231
"positive",
227
232
"pow",
233
+ "real",
228
234
"remainder",
229
235
"round",
236
"sign",
0 commit comments