Skip to content

Commit c54b6bc

Browse files
gururaj1512kgryte
andauthored
Update lib/node_modules/@stdlib/math/base/special/bernoullif/src/main.c
Co-authored-by: Athan <[email protected]> Signed-off-by: Gururaj Gurram <[email protected]>
1 parent b796c03 commit c54b6bc

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/bernoullif/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/bernoullif/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ static const float bernoulli_value[ 32 ] = {
5959
};
6060

6161

62-
int32_t MAX_BERNOULLI = 62;
62+
static const int32_t MAX_BERNOULLI = 62;
6363

6464
/**
6565
* Computes the nth Bernoulli number of a single-precision floating-point number.

0 commit comments

Comments
 (0)