We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
out.dtype
finfo()
1 parent 67ab474 commit cce55e3Copy full SHA for cce55e3
1 file changed
spec/API_specification/array_api/data_type_functions.py
@@ -80,6 +80,10 @@ def finfo(type: Union[dtype, array], /) -> finfo_object:
80
- **smallest_normal**: *float*
81
82
smallest positive real-valued floating-point number with full precision.
83
+
84
+ - **dtype**: dtype
85
86
+ real-valued floating-point data type.
87
"""
88
89
def iinfo(type: Union[dtype, array], /) -> iinfo_object:
0 commit comments