8000 Add specifications for functions for searching arrays by kgryte · Pull Request #23 · data-apis/array-api · GitHub
[go: up one dir, main page]

Skip to content

Add specifications for functions for searching arrays #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Sep 13, 2020
Prev Previous commit
Next Next commit
Update description
  • Loading branch information
kgryte committed Aug 26, 2020
commit 13cf3f8e76545372ebf5b4bfe601bd6069b9ce88
2 changes: 1 addition & 1 deletion spec/API_specification/searching_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Returns elements chosen from `x1` or `x2` depending on `condition`.

- **x2**: _<array>_

- second input array. Must be compatible with `x1` and `condition` (see :ref:`broadcasting`).
- second input array. Must be compatible with `condition` and `x1` (see :ref:`broadcasting`).

#### Returns

Expand Down
0