Skip to content

Commit 8da3d42

Browse files
authored
PR: Add smallest normal to finfo class (#194)
1 parent 777bece commit 8da3d42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/API_specification/data_type_functions.md

+2
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ Machine limits for floating-point data types.
9595
- largest representable number.
9696
- **min**: _float_
9797
- smallest representable number.
98+
- **smallest_normal**: _float_
99+
- smallest positive floating-point number with full precision.
98100

99101
(function-iinfo)=
100102
### iinfo(type, /)

0 commit comments

Comments
 (0)