summaryrefslogtreecommitdiff
path: root/numpy/core/machar.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/machar.py')
-rw-r--r--numpy/core/machar.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/numpy/core/machar.py b/numpy/core/machar.py
index ea9174017..b7e64290e 100644
--- a/numpy/core/machar.py
+++ b/numpy/core/machar.py
@@ -1,9 +1,11 @@
"""
Machine arithmetics - determine the parameters of the
floating-point arithmetic system
-"""
-# Author: Pearu Peterson, September 2003
+Author: Pearu Peterson, September 2003
+
+"""
+from __future__ import division
__all__ = ['MachAr']