diff options
author | Fabian Keller <bluenote10@users.noreply.github.com> | 2017-11-21 13:22:27 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-11-21 13:22:27 +0100 |
commit | 6abdd7cbf63710fc8a70b510943acd39b0cc6939 (patch) | |
tree | d6df6bba1e90c0f9077247459c06f199bfba6323 /doc | |
parent | 9460fcfed24aeb75b5e3a1e350bae0052b208337 (diff) | |
download | Nim-6abdd7cbf63710fc8a70b510943acd39b0cc6939.tar.gz |
Added 'lenient ops' module (#6754)
* added 'lenient ops' module * made lenient ops inline/noSideEffect; updated copyright * moved tests into external module * added warning for the '==' operator * mentioned lenientops in the standard library overview * removed test on nimout -- too fragile * removed `==` and moved doc link to core section
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 -------------------------- |