diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/library/struct.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/library/struct.rst b/docs/library/struct.rst index 026cb5e8ac..c235750596 100644 --- a/docs/library/struct.rst +++ b/docs/library/struct.rst @@ -45,6 +45,8 @@ The following data types are supported: +--------+--------------------+-------------------+---------------+ | Q | unsigned long long | integer (`1<fn>`) | 8 | +--------+--------------------+-------------------+---------------+ +| e | n/a (half-float) | float (`2<fn>`) | 2 | ++--------+--------------------+-------------------+---------------+ | f | float | float (`2<fn>`) | 4 | +--------+--------------------+-------------------+---------------+ | d | double | float (`2<fn>`) | 8 | |