From Jason Turner

[tab:numerics.lib.summary]

Diff to HTML by rtfpessoa

tmp/tmpy44tfyqm/{from.md → to.md} RENAMED
@@ -1,15 +1,14 @@
1
  **Table: Numerics library summary** <a id="tab:numerics.lib.summary">[tab:numerics.lib.summary]</a>
2
 
3
  | Subclause | | Header |
4
  | ------------------------ | ------------------------------ | ------------ |
 
5
  | [[numeric.requirements]] | Requirements | |
6
- | [[cfenv]] | Floating-Point Environment | `<cfenv>` |
7
- | [[complex.numbers]] | Complex Numbers | `<complex>` |
8
  | [[rand]] | Random number generation | `<random>` |
9
  | [[numarray]] | Numeric arrays | `<valarray>` |
10
  | [[numeric.ops]] | Generalized numeric operations | `<numeric>` |
11
- | [[c.math]] | C library | `<cmath>` |
12
- | | | `<ctgmath>` |
13
- | | | `<tgmath.h>` |
14
- | | | `<cstdlib>` |
15
 
 
1
  **Table: Numerics library summary** <a id="tab:numerics.lib.summary">[tab:numerics.lib.summary]</a>
2
 
3
  | Subclause | | Header |
4
  | ------------------------ | ------------------------------ | ------------ |
5
+ | [[numerics.defns]] | Definitions | |
6
  | [[numeric.requirements]] | Requirements | |
7
+ | [[cfenv]] | Floating-point environment | `<cfenv>` |
8
+ | [[complex.numbers]] | Complex numbers | `<complex>` |
9
  | [[rand]] | Random number generation | `<random>` |
10
  | [[numarray]] | Numeric arrays | `<valarray>` |
11
  | [[numeric.ops]] | Generalized numeric operations | `<numeric>` |
12
+ | [[c.math]] | Mathematical functions for | `<cmath>` |
13
+ | | floating-point types | `<cstdlib>` |
 
 
14