From 232dba8f953704cf74cf487c43cee0495cfc49d2 Mon Sep 17 00:00:00 2001 From: def Date: Fri, 2 Jan 2015 21:53:07 +0100 Subject: [PATCH] Add rational to standard library list --- doc/lib.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/lib.txt b/doc/lib.txt index 1f972179d4..85f8199617 100644 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -185,6 +185,9 @@ Math libraries * `complex `_ This module implements complex numbers and their mathematical operations. +* `rational `_ + This module implements rational numbers and their mathematical operations. + * `fenv `_ Floating-point environment. Handling of floating-point rounding and exceptions (overflow, zero-devide, etc.).