Skip to content

Commit f155fb7

Browse files
committed
document float16 predefined type
1 parent 44fdc7e commit f155fb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Types/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ one of the following strings:
2828
* ``H5T_STD_I32{LE|BE}``: a four byte signed integer
2929
* ``H5T_STD_U64{LE|BE}``: an eight byte unsigned integer
3030
* ``H5T_STD_I64{LE|BE}``: an eight byte signed integer
31+
* ``H5T_IEEE_F16{LE|BE}``: a two byte floating-point value
3132
* ``H5T_IEEE_F32{LE|BE}``: a four byte floating-point value
3233
* ``H5T_IEEE_F64{LE|BE}``: an eight byte floating-point value
3334

0 commit comments

Comments
 (0)