blob: a9a9e18d4d1efa5d9bc6c605d68fea976a2b94c1 [file] [log] [blame]
Andrew M. Kuchlingaffd42d2005-12-22 20:12:39 +00001\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