Andrew M. Kuchling | affd42d | 2005-12-22 20:12:39 +0000 | [diff] [blame] | 1 | \chapter{Numeric and Mathematical Modules} |
| 2 | \label{numeric} |
| 3 | |
| 4 | The modules described in this chapter provide |
| 5 | numeric and math-related functions and data types. |
| 6 | The \module{math} and \module{cmath} contain |
| 7 | various mathematical functions for floating-point and complex numbers. |
| 8 | For users more interested in decimal accuracy than in speed, the |
| 9 | \module{decimal} module supports exact representations of decimal numbers. |
| 10 | |
| 11 | The following modules are documented in this chapter: |
| 12 | |
| 13 | \localmoduletable |