2.2 KiB
2.2 KiB
[numerics.general]
29 Numerics library [numerics]
29.1 General [numerics.general]
This Clause describes components that C++ programs may use to perform seminumerical operations.
The following subclauses describe components for complex number types, random number generation, numeric (n-at-a-time) arrays, generalized numeric algorithms, and mathematical constants and functions for floating-point types, as summarized in Table 125.
Table 125 — Numerics library summary [tab:numerics.summary]
| ð | Subclause | Header |
|---|---|---|
| ð [numeric.requirements] |
Requirements | |
| ð [cfenv] |
Floating-point environment | |
| ð [complex.numbers] |
Complex numbers | |
| ð [rand] |
Random number generation | |
| ð [numarray] |
Numeric arrays | |
| ð [c.math] |
Mathematical functions for floating-point types | , |
| ð [numbers] |
Numbers | |
| ð [linalg] |
Linear algebra | |
| ð [simd] |
Data-parallel types |