Add rational to standard library list

This commit is contained in:
def
2015-01-02 21:53:07 +01:00
parent 6fc1f1374f
commit 232dba8f95

View File

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