docs: diff
does not specify type promotion behavior
#852
Labels
Milestone
diff
does not specify type promotion behavior
#852
diff()
potentially takes multiple arrays as input (x
,prepend
, andappend
). But it doesn't specify if they should type promote together, or if the standard is only defined whenprepend
andappend
have the same data type asx
https://data-apis.org/array-api/draft/API_specification/generated/array_api.diff.html#diff
The text was updated successfully, but these errors were encountered: