tmp/tmpzoi5x8vi/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
### Header `<tgmath.h>` synopsis <a id="tgmath.h.syn">[[tgmath.h.syn]]</a>
|
| 2 |
+
|
| 3 |
+
``` cpp
|
| 4 |
+
#include <cmath>
|
| 5 |
+
#include <complex>
|
| 6 |
+
```
|
| 7 |
+
|
| 8 |
+
The header `<tgmath.h>` behaves as if it simply includes the headers
|
| 9 |
+
`<cmath>` and `<complex>`.
|
| 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 |
+
|
| 15 |
+
[*Note 2*: Names introduced by `<cmath>` or `<complex>` in namespace
|
| 16 |
+
`std` are not placed into the global namespace scope by
|
| 17 |
+
`<tgmath.h>`. — *end note*]
|
| 18 |
+
|