diff options
author | cookedm <cookedm@localhost> | 2005-10-29 21:30:16 +0000 |
---|---|---|
committer | cookedm <cookedm@localhost> | 2005-10-29 21:30:16 +0000 |
commit | 8b7ccd9fe0f929ac08120fbae192819d96820acb (patch) | |
tree | 11baefe7d04a2c499be305f688f33abc5326a3ca /scipy/base/getlimits.py | |
parent | 75f8d039ab7ce606fd524dc53d9503947917d92f (diff) | |
download | numpy-8b7ccd9fe0f929ac08120fbae192819d96820acb.tar.gz |
Whitespace cleanup and make classes new-type
Diffstat (limited to 'scipy/base/getlimits.py')
-rw-r--r-- | scipy/base/getlimits.py | 2 |
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 |