added module fenv's docs

This commit is contained in:
Araq
2014-11-04 07:47:31 +01:00
parent 8f0b248825
commit 0a2296b123
4 changed files with 12 additions and 0 deletions

View File

@@ -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

View File

@@ -57,6 +57,13 @@ News
statement.
Library Additions
-----------------
- Added module ``fenv`` to control the handling of floating-point rounding and
exceptions (overflow, zero-devide, etc.).
2014-10-19 Nimrod version 0.9.6 released
========================================

View File

@@ -75,6 +75,7 @@ srcdoc2: "wrappers/tre;wrappers/openssl;wrappers/pcre"
srcdoc2: "wrappers/sqlite3;wrappers/postgres;wrappers/tinyc"
srcdoc2: "wrappers/readline/readline;wrappers/readline/rltypedefs"
srcdoc2: "wrappers/joyent_http_parser"
srcdoc2: "pure/fenv"
webdoc: "pure/md5;wrappers/mysql;wrappers/iup"
webdoc: "wrappers/sqlite3;wrappers/postgres;wrappers/tinyc"