From e750306afe9eebeb69d46aea8c35fd8237d1c1ea Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Fri, 30 Apr 2021 17:26:04 -0600 Subject: [PATCH] Specify the input types for logaddexp --- spec/API_specification/elementwise_functions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/API_specification/elementwise_functions.md b/spec/API_specification/elementwise_functions.md index 3dcf0dcf4..c1d14d159 100644 --- a/spec/API_specification/elementwise_functions.md +++ b/spec/API_specification/elementwise_functions.md @@ -946,11 +946,11 @@ For floating-point operands, - **x1**: _<array>_ - - first input array. + - first input array. Should have a floating-point data type. - **x2**: _<array>_ - - second input array. Must be compatible with `x1` (see {ref}`broadcasting`). + - second input array. Must be compatible with `x1` (see {ref}`broadcasting`). Should have a floating-point data type. #### Returns