summaryrefslogtreecommitdiff
path: root/numpy/lib/info.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/lib/info.py')
-rw-r--r--numpy/lib/info.py21
1 files changed, 4 insertions, 17 deletions
diff --git a/numpy/lib/info.py b/numpy/lib/info.py
index 0944fa9b5..28b8dd248 100644
--- a/numpy/lib/info.py
+++ b/numpy/lib/info.py
@@ -98,23 +98,10 @@ polymul -- Multiply polynomials
polydiv -- Divide polynomials
polyval -- Evaluate polynomial at given argument
-Import tricks
-=============
-ppimport -- Postpone module import until trying to use it
-ppimport_attr -- Postpone module import until trying to use its
- attribute
-ppresolve -- Import postponed module and return it.
-
-Machine arithmetics
-===================
-machar_single -- MachAr instance storing the parameters of system
- single precision floating point arithmetics
-machar_double -- MachAr instance storing the parameters of system
- double precision floating point arithmetics
-
-Threading tricks
-================
-ParallelExec -- Execute commands in parallel thread.
+Machine arithmetic
+==================
+finfo -- Parameters of system floating point arithmetic
+iinfo -- Parameters of system integer arithmetic
1D array set operations
=======================