.. _numeric:********************************Numeric and Mathematical Modules********************************The modules described in this chapter provide numeric and math-related functions
and data types. The :mod:`numbers` module defines an abstract hierarchy ofnumeric types. The :mod:`math` and :mod:`cmath` modules contain variousmathematical functions for floating-point and complex numbers. For users moreinterested in decimal accuracy than in speed, the :mod:`decimal` module supportsexact representations of decimal numbers.