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