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.).