You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
94
+
95
+
<sectionclass="intro">
96
+
97
+
</section>
98
+
99
+
<!-- /.intro -->
100
+
101
+
<!-- C usage documentation. -->
102
+
103
+
<sectionclass="usage">
104
+
105
+
### Usage
106
+
107
+
```c
108
+
#include"stdlib/constants/complex64/num_bytes.h"
109
+
```
110
+
111
+
#### STDLIB_CONSTANT_COMPLEX64_NUM_BYTES
112
+
113
+
Macro for the size (in bytes) of a 64-bit complex number.
114
+
115
+
</section>
116
+
117
+
<!-- /.usage -->
118
+
119
+
<!-- C API usage notes. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
120
+
121
+
<sectionclass="notes">
122
+
123
+
</section>
124
+
125
+
<!-- /.notes -->
126
+
127
+
<!-- C API usage examples. -->
128
+
129
+
<sectionclass="examples">
130
+
131
+
</section>
132
+
133
+
<!-- /.examples -->
134
+
135
+
</section>
136
+
137
+
<!-- /.c -->
138
+
85
139
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
0 commit comments