Skip to content

Commit

Permalink
out.dtype for finfo()
Browse files Browse the repository at this point in the history
  • Loading branch information
honno committed Oct 6, 2022
1 parent 67ab474 commit cce55e3
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 @@ -80,6 +80,10 @@ def finfo(type: Union[dtype, array], /) -> finfo_object:
- **smallest_normal**: *float*
smallest positive real-valued floating-point number with full precision.
- **dtype**: dtype
real-valued floating-point data type.
"""

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

0 comments on commit cce55e3

Please sign in to comment.