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/dists/arcsine/kurtosis/README.md
+91Lines changed: 91 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,97 @@ for ( i = 0; i < 10; i++ ) {
131
131
132
132
<!-- /.examples -->
133
133
134
+
<!-- C interface documentation. -->
135
+
136
+
* * *
137
+
138
+
<sectionclass="c">
139
+
140
+
## C APIs
141
+
142
+
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
b = a + ( (double)rand() / (double)RAND_MAX ) * 40.0;
210
+
y = stdlib_base_dists_arcsine_kurtosis( a, b );
211
+
printf( "a: %lf, b: %lf, Kurt(X;a,b): %lf\n", a, b, y );
212
+
}
213
+
}
214
+
```
215
+
216
+
</section>
217
+
218
+
<!-- /.examples -->
219
+
220
+
</section>
221
+
222
+
<!-- /.c -->
223
+
224
+
134
225
<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
0 commit comments