summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-11-04 07:47:31 +0100
committerAraq <rumpf_a@web.de>2014-11-04 07:47:31 +0100
commit0a2296b12313b8ce84e8190b6200885fdb06bf96 (patch)
tree12cd5e8b95047429417b9172d77bdbc29952efdf /doc
parent8f0b248825e177254155fde47c1d855dfdc5a777 (diff)
downloadNim-0a2296b12313b8ce84e8190b6200885fdb06bf96.tar.gz
added module fenv's docs
Diffstat (limited to 'doc')
-rw-r--r--doc/lib.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt
index 6de4cfbda..aba05c2ba 100644
--- a/doc/lib.txt
+++ b/doc/lib.txt
@@ -175,6 +175,7 @@ Generic Operating System Services
   This module implements the ability to monitor a directory/file for changes
   using Posix's inotify API.
 
+
 Math libraries
 --------------
 
@@ -184,6 +185,9 @@ Math libraries
 * `complex <complex.html>`_
   This module implements complex numbers and their mathematical operations.
 
+* `fenv <fenv.html>`_
+  Floating-point environment. Handling of floating-point rounding and
+  exceptions (overflow, zero-devide, etc.).
 
 
 Internet Protocols and Support