summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-08-24 08:36:48 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-08-24 08:36:48 +0000
commitca059fbcebb498f68ccf5eecd692b4c90a6b4bb7 (patch)
treef63a853fab72bb5f9146a55a1c71951c5fb74eac /numpy/core/numeric.py
parent9ab77ec1e9fdd2ebe5dfe2eccd7ad129189ea076 (diff)
downloadnumpy-ca059fbcebb498f68ccf5eecd692b4c90a6b4bb7.tar.gz
Add rudimentary interrupt handliNG. Add max, min, round, abs to the numpy space.
Diffstat (limited to 'numpy/core/numeric.py')
-rw-r--r--numpy/core/numeric.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/core/numeric.py b/numpy/core/numeric.py
index b28d13bde..b77fed3db 100644
--- a/numpy/core/numeric.py
+++ b/numpy/core/numeric.py
@@ -95,6 +95,8 @@ def extend_all(module):
extend_all(umath)
extend_all(numerictypes)
+abs = absolute
+
newaxis = None
ndarray = multiarray.ndarray