From Jason Turner

[numerics.general]

Diff to HTML by rtfpessoa

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 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
 
 
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