tmp/tmpga6b5s1l/{from.md → to.md}
RENAMED
|
@@ -3,24 +3,23 @@
|
|
| 3 |
This Clause describes components that C++programs may use to perform
|
| 4 |
seminumerical operations.
|
| 5 |
|
| 6 |
The following subclauses describe components for complex number types,
|
| 7 |
random number generation, numeric ( *n*-at-a-time) arrays, generalized
|
| 8 |
-
numeric algorithms, and
|
| 9 |
-
summarized in Table [[tab:numerics.lib.summary]].
|
| 10 |
|
| 11 |
**Table: Numerics library summary** <a id="tab:numerics.lib.summary">[tab:numerics.lib.summary]</a>
|
| 12 |
|
| 13 |
| Subclause | | Header |
|
| 14 |
| ------------------------ | ------------------------------ | ------------ |
|
|
|
|
| 15 |
| [[numeric.requirements]] | Requirements | |
|
| 16 |
-
| [[cfenv]] | Floating-
|
| 17 |
-
| [[complex.numbers]] | Complex
|
| 18 |
| [[rand]] | Random number generation | `<random>` |
|
| 19 |
| [[numarray]] | Numeric arrays | `<valarray>` |
|
| 20 |
| [[numeric.ops]] | Generalized numeric operations | `<numeric>` |
|
| 21 |
-
| [[c.math]] |
|
| 22 |
-
| |
|
| 23 |
-
| | | `<tgmath.h>` |
|
| 24 |
-
| | | `<cstdlib>` |
|
| 25 |
|
| 26 |
|
|
|
|
| 3 |
This Clause describes components that C++programs may use to perform
|
| 4 |
seminumerical operations.
|
| 5 |
|
| 6 |
The following subclauses describe components for complex number types,
|
| 7 |
random number generation, numeric ( *n*-at-a-time) arrays, generalized
|
| 8 |
+
numeric algorithms, and mathematical functions for floating-point types,
|
| 9 |
+
as summarized in Table [[tab:numerics.lib.summary]].
|
| 10 |
|
| 11 |
**Table: Numerics library summary** <a id="tab:numerics.lib.summary">[tab:numerics.lib.summary]</a>
|
| 12 |
|
| 13 |
| Subclause | | Header |
|
| 14 |
| ------------------------ | ------------------------------ | ------------ |
|
| 15 |
+
| [[numerics.defns]] | Definitions | |
|
| 16 |
| [[numeric.requirements]] | Requirements | |
|
| 17 |
+
| [[cfenv]] | Floating-point environment | `<cfenv>` |
|
| 18 |
+
| [[complex.numbers]] | Complex numbers | `<complex>` |
|
| 19 |
| [[rand]] | Random number generation | `<random>` |
|
| 20 |
| [[numarray]] | Numeric arrays | `<valarray>` |
|
| 21 |
| [[numeric.ops]] | Generalized numeric operations | `<numeric>` |
|
| 22 |
+
| [[c.math]] | Mathematical functions for | `<cmath>` |
|
| 23 |
+
| | floating-point types | `<cstdlib>` |
|
|
|
|
|
|
|
| 24 |
|
| 25 |
|