diff options
author | Pauli Virtanen <pav@iki.fi> | 2008-10-28 00:13:44 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2008-10-28 00:13:44 +0000 |
commit | 18594cd9653a865fddfa4cd81f82ab54430be1c9 (patch) | |
tree | 04db708f8a8a3575d129390342ff789ef6f1e170 /numpy/lib/getlimits.py | |
parent | 7a70f54f515bb8c586c3967d62731a49217eef95 (diff) | |
download | numpy-18594cd9653a865fddfa4cd81f82ab54430be1c9.tar.gz |
Import documentation from doc wiki (part 2, work-in-progress docstrings, but they are still an improvement)
Diffstat (limited to 'numpy/lib/getlimits.py')
-rw-r--r-- | numpy/lib/getlimits.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/numpy/lib/getlimits.py b/numpy/lib/getlimits.py index 4c432c0e4..bc5fbbf5e 100644 --- a/numpy/lib/getlimits.py +++ b/numpy/lib/getlimits.py @@ -22,6 +22,8 @@ _convert_to_float = { class finfo(object): """ + finfo(dtype) + Machine limits for floating point types. Attributes @@ -170,6 +172,8 @@ nexp =%(nexp)6s min= -max class iinfo: """ + iinfo(type) + Machine limits for integer types. Attributes |