diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2010-12-01 20:12:18 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2010-12-01 20:12:18 -0700 |
commit | 2ee163942a7461b14f53523dadbda7b4e5e18efd (patch) | |
tree | 39b447663a83c021c34b8cdf32a3644e1bfe9ebc /numpy/doc/basics.py | |
parent | af84876fac13ac2e4e44ac0cae599fe9d6e68643 (diff) | |
parent | c6f8dbbd240ada8d0edd0527cd218cfc46deec41 (diff) | |
download | numpy-2ee163942a7461b14f53523dadbda7b4e5e18efd.tar.gz |
Merge branch 'm-paradox-implement_half_dtype'
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, |