Skip to content

Commit a854ff1

Browse files
authored
Specify numeric arrays for argmin and argmax (#342)
1 parent 0602a5f commit a854ff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: spec/API_specification/searching_functions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Returns the indices of the maximum values along a specified axis. When the maxim
2525

2626
- **x**: _<array>_
2727

28-
- input array.
28+
- input array. Should have a numeric data type.
2929

3030
- **axis**: _Optional\[ int ]_
3131

@@ -50,7 +50,7 @@ Returns the indices of the minimum values along a specified axis. When the minim
5050

5151
- **x**: _<array>_
5252

53-
- input array.
53+
- input array. Should have a numeric data type.
5454

5555
- **axis**: _Optional\[ int ]_
5656

0 commit comments

Comments
 (0)