summaryrefslogtreecommitdiff
path: root/scipy/base/getlimits.py
diff options
context:
space:
mode:
authorcookedm <cookedm@localhost>2005-10-29 21:30:16 +0000
committercookedm <cookedm@localhost>2005-10-29 21:30:16 +0000
commit8b7ccd9fe0f929ac08120fbae192819d96820acb (patch)
tree11baefe7d04a2c499be305f688f33abc5326a3ca /scipy/base/getlimits.py
parent75f8d039ab7ce606fd524dc53d9503947917d92f (diff)
downloadnumpy-8b7ccd9fe0f929ac08120fbae192819d96820acb.tar.gz
Whitespace cleanup and make classes new-type
Diffstat (limited to 'scipy/base/getlimits.py')
-rw-r--r--scipy/base/getlimits.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy/base/getlimits.py b/scipy/base/getlimits.py
index aeea5f191..a4f8d5369 100644
--- a/scipy/base/getlimits.py
+++ b/scipy/base/getlimits.py
@@ -106,7 +106,7 @@ maxexp=%(maxexp)6s max= %(_str_max)s
nexp =%(nexp)6s min= -max
---------------------------------------------------------------------
''' % self.__dict__
-
+
if __name__ == '__main__':
f = finfo(numeric.single)
print 'single epsilon:',f.eps