August 1999
Beginner to intermediate
912 pages
15h 44m
English
Learn about the standard math functions
See how to generate random numbers
Learn about complex numbers and valarrays
Explore the generic numeric algorithms
The Standard C++ Library provides loads of functionality for numeric processing, a common programming task. Table 31.1 describes each of the standard headers that support numeric operations for standard C++.
Table 31.1. Standard Headers That Support Numeric Operations
Header | Purpose |
|---|---|
| Includes the standard C header |
| Includes the standard C header |
| Provides a ... |