summaryrefslogtreecommitdiff
path: root/numpy/doc/basics.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/doc/basics.py')
-rw-r--r--numpy/doc/basics.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/numpy/doc/basics.py b/numpy/doc/basics.py
index 97e982204..d50388282 100644
--- a/numpy/doc/basics.py
+++ b/numpy/doc/basics.py
@@ -17,7 +17,7 @@ int Platform integer (normally either ``int32`` or ``int64``)
int8 Byte (-128 to 127)
int16 Integer (-32768 to 32767)
int32 Integer (-2147483648 to 2147483647)
-int64 Integer (9223372036854775808 to 9223372036854775807)
+int64 Integer (-9223372036854775808 to 9223372036854775807)
uint8 Unsigned integer (0 to 255)
uint16 Unsigned integer (0 to 65535)
uint32 Unsigned integer (0 to 4294967295)
@@ -136,3 +136,5 @@ value is inside an array or not. NumPy scalars also have many of the same
methods arrays do.
"""
+from __future__ import division
+