Skip to content

Commit cce55e3

Browse files
committed
out.dtype for finfo()
1 parent 67ab474 commit cce55e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/API_specification/array_api/data_type_functions.py

Lines changed: 4 additions & 0 deletions
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)