Skip to content

Commit

Permalink
Update lib/node_modules/@stdlib/math/base/special/bernoulli/test/test…
Browse files Browse the repository at this point in the history
….native.js

Co-authored-by: Athan <[email protected]>
Signed-off-by: Gunj Joshi <[email protected]>
  • Loading branch information
gunjjoshi and kgryte authored Nov 14, 2024
1 parent b301605 commit 5f291d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ tape( 'if provided a negative number, the function returns `NaN`', opts, functio

tape( 'if provided `1`, the function returns `0.5`', function test( t ) {
var v = bernoulli( 1 );
t.strictEqual( v, 0.5, 'returns expected value when provided 1' );
t.strictEqual( v, 0.5, 'returns expected value' );
t.end();
});

Expand Down

0 comments on commit 5f291d6

Please sign in to comment.