rest25/library/numeric.rst => rest262/library/numeric.rst
f1
2.. _numeric:
3
4********************************
5Numeric and Mathematical Modules
6********************************
7
8The modules described in this chapter provide numeric and math-related functions
n9+and data types. The :mod:`numbers` module defines an abstract hierarchy of
9-and data types. The :mod:`math` and :mod:`cmath` contain  various mathematical
10+numeric types. The :mod:`math` and :mod:`cmath` modules contain various
10-functions for floating-point and complex numbers. For users more interested in
11+mathematical functions for floating-point and complex numbers. For users more
11-decimal accuracy than in speed, the  :mod:`decimal` module supports exact
12+interested in decimal accuracy than in speed, the :mod:`decimal` module supports
12-representations of  decimal numbers.
13+exact representations of decimal numbers.
13
14The following modules are documented in this chapter:
15
16
17.. toctree::
18
n20+   numbers.rst
19   math.rst
20   cmath.rst
21   decimal.rst
t24+   fractions.rst
22   random.rst
23   itertools.rst
24   functools.rst
25   operator.rst
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op