From Jason Turner

[depr.ctgmath.syn]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp0wm6mqbu/{from.md → to.md} +14 -0
tmp/tmp0wm6mqbu/{from.md → to.md} RENAMED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ### Header `<ctgmath>` synopsis <a id="depr.ctgmath.syn">[[depr.ctgmath.syn]]</a>
2
+
3
+ ``` cpp
4
+ #include <complex>
5
+ #include <cmath>
6
+ ```
7
+
8
+ The header `<ctgmath>` simply includes the headers `<complex>` (
9
+ [[complex.syn]]) and `<cmath>` ([[cmath.syn]]).
10
+
11
+ [*Note 1*: The overloads provided in C by type-generic macros are
12
+ already provided in `<complex>` and `<cmath>` by “sufficient” additional
13
+ overloads. — *end note*]
14
+