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. -->
72
+
73
+
<sectionclass="intro">
74
+
75
+
</section>
76
+
77
+
<!-- /.intro -->
78
+
79
+
<!-- C usage documentation. -->
80
+
81
+
<sectionclass="usage">
82
+
83
+
### Usage
84
+
85
+
```c
86
+
#include"stdlib/constants/float32/inv_two_pi.h"
87
+
```
88
+
89
+
#### STDLIB_CONSTANT_FLOAT32_INV_TWO_PI
90
+
91
+
Macro for the inverse of twice the mathematical constant [π][pi] (1/(2π)).
92
+
93
+
</section>
94
+
95
+
<!-- /.usage -->
96
+
97
+
<!-- C API usage notes. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
98
+
99
+
<sectionclass="notes">
100
+
101
+
</section>
102
+
103
+
<!-- /.notes -->
104
+
105
+
<!-- C API usage examples. -->
106
+
107
+
<sectionclass="examples">
108
+
109
+
</section>
110
+
111
+
<!-- /.examples -->
112
+
113
+
</section>
114
+
115
+
<!-- /.c -->
116
+
63
117
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
0 commit comments