From 9b72aa96cec9d182062f378fca869aaa303f1ca9 Mon Sep 17 00:00:00 2001 From: Mark Wiebe Date: Wed, 10 Nov 2010 17:08:45 -0800 Subject: DOC: core: Update docs for half/float16 type --- numpy/doc/basics.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'numpy/doc/basics.py') diff --git a/numpy/doc/basics.py b/numpy/doc/basics.py index ea651bbc7..97e982204 100644 --- a/numpy/doc/basics.py +++ b/numpy/doc/basics.py @@ -23,6 +23,8 @@ uint16 Unsigned integer (0 to 65535) uint32 Unsigned integer (0 to 4294967295) uint64 Unsigned integer (0 to 18446744073709551615) float Shorthand for ``float64``. +float16 Half precision float: sign bit, 5 bits exponent, + 10 bits mantissa float32 Single precision float: sign bit, 8 bits exponent, 23 bits mantissa float64 Double precision float: sign bit, 11 bits exponent, -- cgit v1.2.1