From 18594cd9653a865fddfa4cd81f82ab54430be1c9 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Tue, 28 Oct 2008 00:13:44 +0000 Subject: Import documentation from doc wiki (part 2, work-in-progress docstrings, but they are still an improvement) --- numpy/lib/getlimits.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'numpy/lib/getlimits.py') 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 -- cgit v1.2.1