tmp/tmpxb7eoyc1/{from.md → to.md}
RENAMED
|
@@ -3,23 +3,22 @@
|
|
| 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
|
| 9 |
-
as summarized in
|
| 10 |
|
| 11 |
-
**Table: Numerics library summary** <a id="
|
| 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 |
-
| [[
|
| 22 |
-
| [[
|
| 23 |
-
| | floating-point types | `<cstdlib>` |
|
| 24 |
|
| 25 |
|
|
|
|
| 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 constants and functions for
|
| 9 |
+
floating-point types, as summarized in [[numerics.summary]].
|
| 10 |
|
| 11 |
+
**Table: Numerics library summary** <a id="numerics.summary">[numerics.summary]</a>
|
| 12 |
|
| 13 |
| Subclause | | Header |
|
| 14 |
+
| ------------------------ | ----------------------------------------------- | ---------------------- |
|
|
|
|
| 15 |
| [[numeric.requirements]] | Requirements | |
|
| 16 |
| [[cfenv]] | Floating-point environment | `<cfenv>` |
|
| 17 |
| [[complex.numbers]] | Complex numbers | `<complex>` |
|
| 18 |
+
| [[bit]] | Bit manipulation | `<bit>` |
|
| 19 |
| [[rand]] | Random number generation | `<random>` |
|
| 20 |
| [[numarray]] | Numeric arrays | `<valarray>` |
|
| 21 |
+
| [[c.math]] | Mathematical functions for floating-point types | `<cmath>`, `<cstdlib>` |
|
| 22 |
+
| [[numbers]] | Numbers | `<numbers>` |
|
|
|
|
| 23 |
|
| 24 |
|