diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lib.rst b/doc/lib.rst index 6dd3f5bea..21d3dc8cc 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -64,6 +64,11 @@ Core * `cpuinfo <cpuinfo.html>`_ This module implements procs to determine the number of CPUs / cores. +* `lenientops <lenientops.html>`_ + Provides binary operators for mixed integer/float expressions for convenience. + + + Collections and algorithms -------------------------- |