Skip to content

Commit 92672a5

Browse files
committed
out.dtype for finfo()
1 parent 311d902 commit 92672a5

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
@@ -80,6 +80,10 @@ def finfo(type: Union[dtype, array], /) -> finfo_object:
8080
- **smallest_normal**: *float*
8181
8282
smallest positive real-valued floating-point number with full precision.
83+
84+
- **dtype**: dtype
85+
86+
real-valued floating-point data type.
8387
"""
8488

8589
def iinfo(type: Union[dtype, array], /) -> iinfo_object:

0 commit comments

Comments
 (0)