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
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/snanmeanpn/README.md
+20
Original file line number
Diff line number
Diff line change
@@ -172,6 +172,22 @@ console.log( v );
172
172
173
173
<!-- /.examples -->
174
174
175
+
<!-- C interface documentation. -->
176
+
177
+
* * *
178
+
179
+
<sectionclass="c">
180
+
181
+
## C APIs
182
+
183
+
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
184
+
185
+
<sectionclass="intro">
186
+
187
+
</section>
188
+
189
+
<!-- /.intro -->
190
+
175
191
<!-- C usage documentation. -->
176
192
177
193
<sectionclass="usage">
@@ -273,6 +289,10 @@ int main( void ) {
273
289
274
290
<!-- /.c -->
275
291
292
+
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
0 commit comments