Skip to content

Commit 0c5d913

Browse files
authored
Specify the input types for logaddexp (#175)
1 parent b0f4ca0 commit 0c5d913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/API_specification/elementwise_functions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -946,11 +946,11 @@ For floating-point operands,
946946

947947
- **x1**: _<array>_
948948

949-
- first input array.
949+
- first input array. Should have a floating-point data type.
950950

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

953-
- second input array. Must be compatible with `x1` (see {ref}`broadcasting`).
953+
- second input array. Must be compatible with `x1` (see {ref}`broadcasting`). Should have a floating-point data type.
954954

955955
#### Returns
956956

0 commit comments

Comments
 (0)