Skip to content

Commit

Permalink
refactor: max_bernoullif to 64
Browse files Browse the repository at this point in the history
  • Loading branch information
gururaj1512 committed Nov 22, 2024
1 parent 2634808 commit 90cb9e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ static const float bernoulli_value[ 32 ] = {
};


static const int32_t MAX_BERNOULLI = 62;
static const int32_t MAX_BERNOULLI = 64;

/**
* Compute the nth Bernoulli number as a single-precision floating-point number.
Expand Down

0 comments on commit 90cb9e1

Please sign in to comment.