summary refs log tree commit diff stats
diff options
context:
space:
mode:
authordef <dennis@felsin9.de>2015-01-02 21:53:07 +0100
committerdef <dennis@felsin9.de>2015-02-16 20:44:24 +0100
commit232dba8f953704cf74cf487c43cee0495cfc49d2 (patch)
treed6aac803abcdd7d6cf475787007f78082c37549f
parent6fc1f1374f9fbf3a1bc65ee8366b6df85260f49d (diff)
downloadNim-232dba8f953704cf74cf487c43cee0495cfc49d2.tar.gz
Add rational to standard library list
-rw-r--r--doc/lib.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt
index 1f972179d..85f819961 100644
--- a/doc/lib.txt
+++ b/doc/lib.txt
@@ -185,6 +185,9 @@ Math libraries
 * `complex <complex.html>`_
   This module implements complex numbers and their mathematical operations.
 
+* `rational <rational.html>`_
+  This module implements rational numbers and their mathematical operations.
+
 * `fenv <fenv.html>`_
   Floating-point environment. Handling of floating-point rounding and
   exceptions (overflow, zero-devide, etc.).