source: vendor/python/2.5/Doc/lib/numeric.tex

Last change on this file was 3225, checked in by bird, 18 years ago

Python 2.5

File size: 490 bytes
Line 
1\chapter{Numeric and Mathematical Modules}
2\label{numeric}
3
4The modules described in this chapter provide
5numeric and math-related functions and data types.
6The \module{math} and \module{cmath} contain
7various mathematical functions for floating-point and complex numbers.
8For users more interested in decimal accuracy than in speed, the
9\module{decimal} module supports exact representations of decimal numbers.
10
11The following modules are documented in this chapter:
12
13\localmoduletable
Note: See TracBrowser for help on using the repository browser.