diff options
author | Mark Wiebe <mwwiebe@gmail.com> | 2010-11-10 17:08:45 -0800 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2010-12-01 20:02:15 -0700 |
commit | 9b72aa96cec9d182062f378fca869aaa303f1ca9 (patch) | |
tree | 15a2a98c221552c2306bbc4edf2aacdd9533c6f1 /numpy/doc/basics.py | |
parent | 632ba9b0cfc07ef7ca49fedc698ebfd3a9031be2 (diff) | |
download | numpy-9b72aa96cec9d182062f378fca869aaa303f1ca9.tar.gz |
DOC: core: Update docs for half/float16 type
Diffstat (limited to 'numpy/doc/basics.py')
-rw-r--r-- | numpy/doc/basics.py | 2 |
1 files changed, 2 insertions, 0 deletions
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, |