Skip to content

Commit badd101

Browse files
committed
Fix: Restore removed include for round function and update README
1 parent 6fd7050 commit badd101

File tree

2 files changed

+6
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/geometric

2 files changed

+6
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/geometric/logcdf/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,15 +226,18 @@ int main( void ) {
226226
}
227227
```
228228

229-
</section>
229+
230230

231231
<!-- /.c -->
232232

233-
<!-- /.references -->
234233

235234
<!-- 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. -->
236235

237236
<section class="references">
237+
</section>
238+
239+
240+
<!-- /.references -->
238241

239242
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
240243

lib/node_modules/@stdlib/stats/base/dists/geometric/logpmf/examples/c/example.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
*/
1818

1919
#include "stdlib/stats/base/dists/geometric/logpmf.h"
20+
#include "stdlib/math/base/special/round.h"
2021
#include <stdlib.h>
2122
#include <stdio.h>
2223
#include <math.h>

0 commit comments

Comments
 (0)