From Jason Turner

[numerics.general]

Diff to HTML by rtfpessoa

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 facilities included from the ISO C library, as
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-Point Environment | `<cfenv>` |
17
- | [[complex.numbers]] | Complex Numbers | `<complex>` |
18
  | [[rand]] | Random number generation | `<random>` |
19
  | [[numarray]] | Numeric arrays | `<valarray>` |
20
  | [[numeric.ops]] | Generalized numeric operations | `<numeric>` |
21
- | [[c.math]] | C library | `<cmath>` |
22
- | | | `<ctgmath>` |
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