Skip to content

Commit cb6aa80

Browse files
committed
out.dtype for iinfo()
1 parent 92672a5 commit cb6aa80

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: spec/API_specification/array_api/data_type_functions.py

+4
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ def iinfo(type: Union[dtype, array], /) -> iinfo_object:
111111
- **min**: *int*
112112
113113
smallest representable number.
114+
115+
- **dtype**: dtype
116+
117+
integer data type.
114118
"""
115119

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

0 commit comments

Comments
 (0)