We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
expm1
1 parent 8f3bfdc commit 6071f44Copy full SHA for 6071f44
array_api_tests/dtype_helpers.py
@@ -267,6 +267,8 @@ def result_type(*dtypes: DataType):
267
func_in_dtypes[name] = dtypes
268
elif any("x" in name for name in signature(func).parameters.keys()):
269
func_in_dtypes[name] = all_dtypes
270
+# See https://github.com/data-apis/array-api/pull/413
271
+func_in_dtypes["expm1"] = float_dtypes
272
273
274
func_returns_bool = {
0 commit comments