Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Mar 19, 2024
1 parent 4603bb3 commit c1291f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions base/special/bernoulli/examples/c/example.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include "stdlib/math/base/special/bernoulli.h"
#include <stdio.h>
#include <stdint.h>

int main( void ) {
int32_t i;
Expand Down
1 change: 1 addition & 0 deletions base/special/fast/pow-int/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ double stdlib_base_fast_pow( const double x, const int32_t y );
#include "stdlib/math/base/special/fast/pow.h"
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
int main( void ) {
const double x[] = { 3.14, 2.0, 2.0, 0.0 };
Expand Down
1 change: 1 addition & 0 deletions base/special/fast/pow-int/examples/c/example.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include "stdlib/math/base/special/fast/pow.h"
#include <stdio.h>
#include <stdint.h>

int main( void ) {
const double x[] = { 3.14, 2.0, 2.0, 0.0 };
Expand Down

0 comments on commit c1291f4

Please sign in to comment.