Numeric
The numeric library is host to several numeric functions. We'll look at a few of them in this lesson.
The numeric algorithms std::accumulate
, std::adjacent_difference
, std::partial_sum
, std::inner_product
and std::iota
and the six additional C++17 algorithms std::exclusive_scan
, std::inclusive_scan
, std::transform_exclusive_scan
, ...