Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions spec/API_specification/elementwise_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ Shifts the bits of each element `x1_i` of the input array `x1` to the left by ap

- **out**: _<array>_

- an array containing the element-wise results. The returned array must have the same data type as `x1`.
- an array containing the element-wise results. The returned array must have a data type determined by {ref}`type-promotion`.

(function-bitwise_invert)=
### bitwise_invert(x, /)
Expand Down Expand Up @@ -411,7 +411,7 @@ Shifts the bits of each element `x1_i` of the input array `x1` to the right acco

- **out**: _<array>_

- an array containing the element-wise results. The returned array must have the same data type as `x1`.
- an array containing the element-wise results. The returned array must have a data type determined by {ref}`type-promotion`.

(function-bitwise_xor)=
### bitwise_xor(x1, x2, /)
Expand Down