We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a1669 commit eb8dd46Copy full SHA for eb8dd46
docs/index.md
@@ -109,7 +109,7 @@ strict/minimal:
109
like `sin` will accept integer array inputs, but the [standard only requires
110
them to accept floating-point
111
inputs](https://data-apis.org/array-api/latest/API_specification/generated/array_api.sin.html#array_api.sin),
112
- so in array-api-strict, `sin(integer_array)` will raise an exception.
+ so in array-api-strict, `sin(asarray(0))` will raise an exception.
113
114
- The
115
[indexing](https://data-apis.org/array-api/latest/API_specification/indexing.html)
0 commit comments