May 2003
Intermediate to advanced
808 pages
32h 24m
English
The <numeric> header declares several function templates for numerical
algorithms. See <algorithm>
earlier in this chapter for most of the standard algorithms. See
<cmath> for math functions that
operate on scalar quantities. The <functional> section contains the
standard functors, which might be useful when calling the numeric
algorithms.
Refer to Chapter 10 for general information about algorithms and iterators. See Appendix B for information about other libraries that provide additional numeric functions.