mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-18 23:11:36 +00:00
added module fenv's docs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
========================================
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user