tmp/tmpdj7xb03u/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
**Table: Numerics library summary** <a id="numerics.summary">[numerics.summary]</a>
|
| 2 |
+
|
| 3 |
+
| Subclause | | Header |
|
| 4 |
+
| ------------------------ | ----------------------------------------------- | ---------------------- |
|
| 5 |
+
| [[numeric.requirements]] | Requirements | |
|
| 6 |
+
| [[cfenv]] | Floating-point environment | `<cfenv>` |
|
| 7 |
+
| [[complex.numbers]] | Complex numbers | `<complex>` |
|
| 8 |
+
| [[bit]] | Bit manipulation | `<bit>` |
|
| 9 |
+
| [[rand]] | Random number generation | `<random>` |
|
| 10 |
+
| [[numarray]] | Numeric arrays | `<valarray>` |
|
| 11 |
+
| [[c.math]] | Mathematical functions for floating-point types | `<cmath>`, `<cstdlib>` |
|
| 12 |
+
| [[numbers]] | Numbers | `<numbers>` |
|
| 13 |
+
|