Skip to content

Commit 93f8d35

Browse files
authored
expm1 should having float inputs (#413)
1 parent cc94ea1 commit 93f8d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/API_specification/signatures/elementwise_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ def expm1(x: array, /) -> array:
562562
Parameters
563563
----------
564564
x: array
565-
input array. Should have a numeric data type.
565+
input array. Should have a floating-point data type.
566566
567567
Returns
568568
-------

0 commit comments

Comments
 (0)