Skip to content

Commit

Permalink
out.dtype for iinfo()
Browse files Browse the repository at this point in the history
  • Loading branch information
honno committed Oct 6, 2022
1 parent cce55e3 commit 7f15301
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/API_specification/array_api/data_type_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ def iinfo(type: Union[dtype, array], /) -> iinfo_object:
- **min**: *int*
smallest representable number.
- **dtype**: dtype
integer data type.
"""

def result_type(*arrays_and_dtypes: Union[array, dtype]) -> dtype:
Expand Down

0 comments on commit 7f15301

Please sign in to comment.