40. Numerics
The purpose of computing is insight, not numbers.
– R. W. Hamming
... but for the student, numbers are often the best road to insight.
– A. Ralston
• Standard Mathematical Functions
Constructors and Assignments; Subscripting; Operations; Slices; slice_array; Generalized Slices
• Generalized Numerical Algorithms
accumulate(); inner_product(); partial_sum() and adjacent_difference(); iota()
Engines; Random Device; Distributions; C-Style Random Numbers
• Advice
40.1. Introduction
C++ was not designed primarily with numeric computation in mind. However, numeric computation typically occurs in the context of other work – such ...
Get The C++ Programming Language, 4th Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.